Class: Parse::Constraint::ACLWritableByRoleExactConstraint
- Inherits:
-
ACLWritableByRoleConstraint
- Object
- Parse::Constraint
- ACLWritableByRoleConstraint
- Parse::Constraint::ACLWritableByRoleExactConstraint
- Defined in:
- lib/parse/query/constraints.rb
Overview
Strict variant of ACLWritableByRoleConstraint. See ACLReadableByExactConstraint.
Instance Attribute Summary
Attributes inherited from Parse::Constraint
#operand, #operation, #operator, #value
Instance Method Summary collapse
Methods inherited from ACLWritableByRoleConstraint
Methods inherited from Parse::Constraint
#as_json, #build, constraint_keyword, create, formatted_value, #formatted_value, #initialize, #key, #precedence, #regex_unicode_option, register, #to_s
Constructor Details
This class inherits a constructor from Parse::Constraint
Instance Method Details
#strict? ⇒ Boolean
3000 3001 3002 |
# File 'lib/parse/query/constraints.rb', line 3000 def strict? true end |