Class: Parse::Constraint::ACLReadableByRoleExactConstraint

Inherits:
ACLReadableByRoleConstraint show all
Defined in:
lib/parse/query/constraints.rb

Overview

Instance Attribute Summary

Attributes inherited from Parse::Constraint

#operand, #operation, #operator, #value

Instance Method Summary collapse

Methods inherited from ACLReadableByRoleConstraint

#build, #readable_by_role

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

Returns:

  • (Boolean)


2907
2908
2909
# File 'lib/parse/query/constraints.rb', line 2907

def strict?
  true
end