method
new
v7.1.3.4 -
Show latest stable
- Class:
Arel::Nodes::HomogeneousIn
new(values, attribute, type)public
No documentation available.
# File activerecord/lib/arel/nodes/homogeneous_in.rb, line 8
def initialize(values, attribute, type)
@values = values
@attribute = attribute
@type = type
end