Class: Boto::Bot

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(env) ⇒ Bot

Returns a new instance of Bot.



5
6
7
# File 'lib/boto/bot.rb', line 5

def initialize(env)
  @env = env
end

Instance Attribute Details

#envObject

Returns the value of attribute env.



3
4
5
# File 'lib/boto/bot.rb', line 3

def env
  @env
end