Class: Parse::Constraint::WriteableByConstraint Deprecated
- Inherits:
-
ACLWritableByConstraint
- Object
- Parse::Constraint
- ACLWritableByConstraint
- Parse::Constraint::WriteableByConstraint
- Defined in:
- lib/parse/query/constraints.rb
Overview
Alias of ACLWritableByConstraint. The British-spelled +:writeable_by+ operator now resolves to the SAME public-inclusive, role-expanding implementation as +:writable_by+ — previously it was a separate, strict, non-expanding constraint, so the one-letter spelling difference silently changed query semantics. For the old exact-match behavior (no implicit public, no role expansion, no missing-field), use +readable_by(..., strict: true)+ / +writable_by(..., strict: true)+ or the +:writable_by_exact+ operator.
Instance Attribute Summary
Attributes inherited from Parse::Constraint
#operand, #operation, #operator, #value
Method Summary
Methods inherited from ACLWritableByConstraint
#build, #strict?, #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