Method: Parse::Constraint#operand
- Defined in:
- lib/parse/query/constraint.rb
#operand ⇒ Symbol
Returns the operand for the operation.
138 139 140 |
# File 'lib/parse/query/constraint.rb', line 138 def operand @operation.operand unless @operation.nil? end |