Class: Parse::Constraint::ACLReadableByRoleExactConstraint

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

Overview

Instance Method Summary collapse

Methods inherited from ACLReadableByRoleConstraint

#build, #readable_by_role

Instance Method Details

#strict?Boolean

Returns:

  • (Boolean)


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

def strict?
  true
end