Method: Arel::Nodes::BindParam#value
- Defined in:
- activerecord/lib/arel/nodes/bind_param.rb
#value ⇒ Object (readonly)
Returns the value of attribute value.
6 7 8 |
# File 'activerecord/lib/arel/nodes/bind_param.rb', line 6 def value @value end |