method

new

new(name, type)
public

No documentation available.

# File activemodel/lib/active_model/attribute.rb, line 216
        def initialize(name, type)
          super(name, nil, type)
        end