Method: Arel::Nodes::InfixOperation#operator
- Defined in:
- activerecord/lib/arel/nodes/infix_operation.rb
#operator ⇒ Object (readonly)
Returns the value of attribute operator.
12 13 14 |
# File 'activerecord/lib/arel/nodes/infix_operation.rb', line 12 def operator @operator end |