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