Class: Parse::Constraint::NotEqualConstraint
- Inherits:
-
Constraint
- Object
- Constraint
- Parse::Constraint::NotEqualConstraint
- Defined in:
- lib/parse/query/constraints.rb
Overview
Equivalent to the $ne Parse query operation. Where a particular field is not equal to value.
q.where :field.not => value
Instance Method Summary collapse
-
#ne ⇒ NotEqualConstraint
Alias for #not.
-
#not ⇒ NotEqualConstraint
A registered method on a symbol to create the constraint.
Instance Method Details
#ne ⇒ NotEqualConstraint
Alias for #not.
271 |
# File 'lib/parse/query/constraints.rb', line 271 constraint_keyword :$ne |
#not ⇒ NotEqualConstraint
A registered method on a symbol to create the constraint. Maps to Parse operator "$ne".
|
|
# File 'lib/parse/query/constraints.rb', line 262
|