Method: Dry::View::DecoratedAttributes::Attributes#initialize

Defined in:
lib/dry/view/decorated_attributes.rb

#initializeAttributes

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Attributes.



53
54
55
56
# File 'lib/dry/view/decorated_attributes.rb', line 53

def initialize(*)
  @names = Set.new
  super
end