Class: ReactionLab::Client
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- ReactionLab::Client
- Defined in:
- lib/reactionlab/client.rb
Instance Method Summary collapse
-
#handle(_) ⇒ Object
This is user-defined.
Instance Method Details
#handle(_) ⇒ Object
This is user-defined
4 5 6 |
# File 'lib/reactionlab/client.rb', line 4 def handle(_) { message: 'hello' } end |