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.
7 8 9 |
# File 'lib/arel/compatibility/wheres.rb', line 7 def visitor @visitor end |
Instance Method Details
#name ⇒ Object
12 13 14 |
# File 'lib/arel/compatibility/wheres.rb', line 12 def name super.to_sym end |
#value ⇒ Object
8 9 10 |
# File 'lib/arel/compatibility/wheres.rb', line 8 def value visitor.accept self end |