method
new
v6.1.3.1 -
Show latest stable
- Class:
Arel::Nodes::Casted
new(value, attribute)public
No documentation available.
# File activerecord/lib/arel/nodes/casted.rb, line 9
def initialize(value, attribute)
@value = value
@attribute = attribute
super()
end