Module: BotDelive::Configuration

Included in:
BotDelive
Defined in:
lib/bot_delive/configuration.rb

Instance Method Summary collapse

Instance Method Details

#configObject



9
10
11
# File 'lib/bot_delive/configuration.rb', line 9

def config
  @config if @config
end

#configure {|@config| ... } ⇒ Object

Yields:



4
5
6
7
# File 'lib/bot_delive/configuration.rb', line 4

def configure
  @config = BotDelive::Base.new
  yield @config if block_given?
end