Method: Parse::Constraint#key

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

#keySymbol

Returns the Parse keyword for this constraint.

Returns:

  • (Symbol)

    the Parse keyword for this constraint.



132
133
134
# File 'lib/parse/query/constraint.rb', line 132

def key
  self.class.key
end