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