Class: ValueHandler
- Inherits:
-
AbstractCommandHandler
- Object
- AbstractCommandHandler
- ValueHandler
- Defined in:
- lib/hypertube-ruby-sdk/core/handler/value_handler.rb
Instance Method Summary collapse
Methods inherited from AbstractCommandHandler
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 |