Class: Parse::Constraint::ACLReadableByRoleExactConstraint
- Inherits:
-
ACLReadableByRoleConstraint
- Object
- Constraint
- ACLReadableByRoleConstraint
- Parse::Constraint::ACLReadableByRoleExactConstraint
- Defined in:
- lib/parse/query/constraints.rb
Overview
Strict variant of ACLReadableByRoleConstraint. See ACLReadableByExactConstraint.
Instance Method Summary collapse
Methods inherited from ACLReadableByRoleConstraint
Instance Method Details
#strict? ⇒ Boolean
2907 2908 2909 |
# File 'lib/parse/query/constraints.rb', line 2907 def strict? true end |