Sha256: 615989bc7bbb1021ffd69de627f2a871567400612b821beeaaade730118d7bd0

Contents?: true

Size: 141 Bytes

Versions: 21

Compression:

Stored size: 141 Bytes

Contents

module Botolo
  module Bot
    class Behaviour

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

    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
botolo-0.70.1 lib/botolo/bot/behaviour.rb
botolo-0.70.0 lib/botolo/bot/behaviour.rb
botolo-0.55.2 lib/botolo/bot/behaviour.rb
botolo-0.55.1 lib/botolo/bot/behaviour.rb
botolo-0.55.0 lib/botolo/bot/behaviour.rb
botolo-0.50.1 lib/botolo/bot/behaviour.rb
botolo-0.50.0 lib/botolo/bot/behaviour.rb
botolo-0.32.9 lib/botolo/bot/behaviour.rb
botolo-0.32.8 lib/botolo/bot/behaviour.rb
botolo-0.32.7 lib/botolo/bot/behaviour.rb
botolo-0.32.6 lib/botolo/bot/behaviour.rb
botolo-0.32.5 lib/botolo/bot/behaviour.rb
botolo-0.32.4 lib/botolo/bot/behaviour.rb
botolo-0.32.3 lib/botolo/bot/behaviour.rb
botolo-0.32.2 lib/botolo/bot/behaviour.rb
botolo-0.32.1 lib/botolo/bot/behaviour.rb
botolo-0.32.0 lib/botolo/bot/behaviour.rb
botolo-0.30.0 lib/botolo/bot/behaviour.rb
botolo-0.21.0 lib/botolo/bot/behaviour.rb
botolo-0.20.0 lib/botolo/bot/behaviour.rb