Class: Parse::Constraint::ACLWritableByExactConstraint

Inherits:
ACLWritableByConstraint 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 ACLWritableByConstraint

#build, #writable_by

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)


2959
2960
2961
# File 'lib/parse/query/constraints.rb', line 2959

def strict?
  true
end