Class: Parse::Constraint::ACLWritableByRoleExactConstraint

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

Overview

Instance Method Summary collapse

Methods inherited from ACLWritableByRoleConstraint

#build, #writable_by_role

Instance Method Details

#strict?Boolean

Returns:

  • (Boolean)


3056
3057
3058
# File 'lib/parse/query/constraints.rb', line 3056

def strict?
  true
end