Class: ValueHandler

Inherits:
AbstractHandler show all
Defined in:
lib/hypertube-ruby-sdk/core/handler/value_handler.rb

Instance Method Summary collapse

Methods inherited from AbstractHandler

#handle_command, #validate

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