method

new

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