Sha256: 3fc953e3141c1abc496a9b1217a82f5d526f180132ea3efe7bbcadebc875d054

Contents?: true

Size: 202 Bytes

Versions: 9

Compression:

Stored size: 202 Bytes

Contents

class HelloWorldHandler < BirdGrinder::CommandHandler

  exposes :hello
  
  def hello(message)
    logger.info "Got hello from #{user} w/: #{message.inspect}"
    reply "Why hello there"
  end
    
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
birdgrinder-0.1.5 templates/hello_world_handler.erb
birdgrinder-0.1.4.0 templates/hello_world_handler.erb
birdgrinder-0.1.3.1 templates/hello_world_handler.erb
birdgrinder-0.1.3.0 templates/hello_world_handler.erb
birdgrinder-0.1.2.1 templates/hello_world_handler.erb
birdgrinder-0.1.2 templates/hello_world_handler.erb
birdgrinder-0.1.1.1 templates/hello_world_handler.erb
birdgrinder-0.1.1 templates/hello_world_handler.erb
birdgrinder-0.1.0.0 templates/hello_world_handler.erb