Method: ActiveCopy::Attributes#attributes

Defined in:
lib/active_copy/attributes.rb

#attributesObject

Take YAML front matter given by id.



43
44
45
# File 'lib/active_copy/attributes.rb', line 43

def attributes
  @attributes ||= yaml_front_matter.with_indifferent_access
end