Method: StringDoc::MetaAttributes#initialize

Defined in:
lib/string_doc/meta_attributes.rb

#initialize(attributes) ⇒ MetaAttributes

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 MetaAttributes.

API:

  • private



8
9
10
# File 'lib/string_doc/meta_attributes.rb', line 8

def initialize(attributes)
  @attributes = attributes
end