Method: Parse::Constraint::NotContainedInConstraint#not_in

Defined in:
lib/parse/query/constraints.rb

#not_inNotContainedInConstraint

A registered method on a symbol to create the constraint. Maps to Parse operator “$nin”.

Examples:

q.where :field.not_in => array

Returns:



# File 'lib/parse/query/constraints.rb', line 333