method
new
v7.2.3 -
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