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)


3000
3001
3002
# File 'lib/parse/query/constraints.rb', line 3000

def strict?
  true
end