method
new
v6.1.7.7 -
Show latest stable
- Class:
ActiveModel::AttributeSet
new(attributes)public
No documentation available.
# File activemodel/lib/active_model/attribute_set.rb, line 12
def initialize(attributes)
@attributes = attributes
end