Class: MuffinMan::Configuration
- Inherits:
-
Object
- Object
- MuffinMan::Configuration
- Defined in:
- lib/muffin_man.rb
Instance Attribute Summary collapse
-
#get_access_token ⇒ Object
Returns the value of attribute get_access_token.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#save_access_token ⇒ Object
Returns the value of attribute save_access_token.
Instance Attribute Details
#get_access_token ⇒ Object
Returns the value of attribute get_access_token.
63 64 65 |
# File 'lib/muffin_man.rb', line 63 def get_access_token @get_access_token end |
#logger ⇒ Object
Returns the value of attribute logger.
63 64 65 |
# File 'lib/muffin_man.rb', line 63 def logger @logger end |
#save_access_token ⇒ Object
Returns the value of attribute save_access_token.
63 64 65 |
# File 'lib/muffin_man.rb', line 63 def save_access_token @save_access_token end |