Class: Parse::Constraint::ReadableByConstraint Deprecated

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

Overview

Deprecated.

Thin alias of ACLReadableByConstraint. The +:readable_by+ operator is registered by ACLReadableByConstraint; this constant is retained only so any code referencing it keeps working. The previous standalone implementation (no role expansion, no implicit public +"*"+, divergent empty-ACL shape) has been removed — it never backed the +:readable_by+ operator and silently disagreed with it.

Instance Attribute Summary

Attributes inherited from Parse::Constraint

#operand, #operation, #operator, #value

Method Summary

Methods inherited from ACLReadableByConstraint

#build, #readable_by, #strict?

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