Class: Bot::Configuration
- Inherits:
-
Object
- Object
- Bot::Configuration
- Defined in:
- lib/bot/configuration.rb
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#mixpanel ⇒ Object
Returns the value of attribute mixpanel.
-
#redis ⇒ Object
Returns the value of attribute redis.
Instance Attribute Details
#adapter ⇒ Object
Returns the value of attribute adapter.
19 20 21 |
# File 'lib/bot/configuration.rb', line 19 def adapter @adapter end |
#mixpanel ⇒ Object
Returns the value of attribute mixpanel.
19 20 21 |
# File 'lib/bot/configuration.rb', line 19 def mixpanel @mixpanel end |
#redis ⇒ Object
Returns the value of attribute redis.
19 20 21 |
# File 'lib/bot/configuration.rb', line 19 def redis @redis end |