Class: MadMimi::Config
- Inherits:
-
Object
- Object
- MadMimi::Config
- Includes:
- Singleton
- Defined in:
- lib/mad_mimi/config.rb
Overview
:nodoc
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
6 |
# File 'lib/mad_mimi/config.rb', line 6 def initialize;end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/mad_mimi/config.rb', line 4 def api_key @api_key end |
#username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/mad_mimi/config.rb', line 4 def username @username end |