Class: Bot::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/bot/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter.



19
20
21
# File 'lib/bot/configuration.rb', line 19

def adapter
  @adapter
end

#mixpanelObject

Returns the value of attribute mixpanel.



19
20
21
# File 'lib/bot/configuration.rb', line 19

def mixpanel
  @mixpanel
end

#redisObject

Returns the value of attribute redis.



19
20
21
# File 'lib/bot/configuration.rb', line 19

def redis
  @redis
end