Class: ValueHandler
- Inherits:
-
AbstractHandler
- Object
- AbstractHandler
- ValueHandler
- Defined in:
- lib/hypertube-ruby-sdk/core/handler/value_handler.rb
Instance Method Summary collapse
Methods inherited from AbstractHandler
Instance Method Details
#process(command) ⇒ Object
6 7 8 |
# File 'lib/hypertube-ruby-sdk/core/handler/value_handler.rb', line 6 def process(command) command.payload[0] end |