Module: Arel::Compatibility::Wheres::Value
- Defined in:
- lib/arel/compatibility/wheres.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#visitor ⇒ Object
Returns the value of attribute visitor.
Instance Method Summary collapse
Instance Attribute Details
#visitor ⇒ Object
Returns the value of attribute visitor.
8 9 10 |
# File 'lib/arel/compatibility/wheres.rb', line 8 def visitor @visitor end |
Instance Method Details
#name ⇒ Object
13 14 15 |
# File 'lib/arel/compatibility/wheres.rb', line 13 def name super.to_sym end |
#value ⇒ Object
9 10 11 |
# File 'lib/arel/compatibility/wheres.rb', line 9 def value visitor.accept self end |