Method: Parse::Constraint#operand

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

#operandSymbol

Returns the operand for the operation.

Returns:

  • (Symbol)

    the operand for the operation.



138
139
140
# File 'lib/parse/query/constraint.rb', line 138

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