Method: Parse::Constraint#operator

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

#operatorSymbol

Returns the operator for the operation.

Returns:

  • (Symbol)

    the operator for the operation.



148
149
150
# File 'lib/parse/query/constraint.rb', line 148

def operator
  @operation.operator unless @operation.nil?
end