Method: Parse::Query#constraints
- Defined in:
- lib/parse/query.rb
#constraints(raw = false) ⇒ Array<Parse::Constraint>, Hash
529 530 531 |
# File 'lib/parse/query.rb', line 529 def constraints(raw = false) raw ? where_constraints : @where end |