Class: Parse::Constraint::ACLReadableByRoleExactConstraint
- Inherits:
-
ACLReadableByRoleConstraint
- Object
- Parse::Constraint
- ACLReadableByRoleConstraint
- Parse::Constraint::ACLReadableByRoleExactConstraint
- Defined in:
- lib/parse/query/constraints.rb
Overview
Strict variant of ACLReadableByRoleConstraint. See ACLReadableByExactConstraint.
Instance Attribute Summary
Attributes inherited from Parse::Constraint
#operand, #operation, #operator, #value
Instance Method Summary collapse
Methods inherited from ACLReadableByRoleConstraint
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
2907 2908 2909 |
# File 'lib/parse/query/constraints.rb', line 2907 def strict? true end |