class Botolo::Bot::Behaviour

Public Class Methods

new(options={}) click to toggle source
# File lib/botolo/bot/behaviour.rb, line 5
def initialize(options={})
  @name = options[:name]
end