Module: BotDelive::Configuration
- Included in:
- BotDelive
- Defined in:
- lib/bot_delive/configuration.rb
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
9 10 11 |
# File 'lib/bot_delive/configuration.rb', line 9 def config @config if @config end |
#configure {|@config| ... } ⇒ Object
4 5 6 7 |
# File 'lib/bot_delive/configuration.rb', line 4 def configure @config = BotDelive::Base.new yield @config if block_given? end |