Class: ReactionLab::Client

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/reactionlab/client.rb

Instance Method Summary collapse

Instance Method Details

#handle(_) ⇒ Object

This is user-defined



4
5
6
# File 'lib/reactionlab/client.rb', line 4

def handle(_)
  { message: 'hello' }
end