module Fathom::AttributeSystem::InstanceMethods

Public Instance Methods

attributes() click to toggle source

Defines an attributes getter and defaults it to a Hash.

# File lib/fathom/behaviors/attribute_system.rb, line 83
def attributes
  @attributes ||= {}
end