Class: Botolo::Bot::Behaviour

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

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Behaviour

Returns a new instance of Behaviour.



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

def initialize(options={})
  @name = options[:name]
end