Method: Configurable::Config#attributes

Defined in:
lib/configurable/config.rb

#attributesObject (readonly)

An hash of metadata for self, often used to indicate how a config is presented in different contexts (ex on the command line, in a web form, or a desktop app).



29
30
31
# File 'lib/configurable/config.rb', line 29

def attributes
  @attributes
end