method

new

rails 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