Class: Hypertube::Core::Handler::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



9
10
11
# File 'lib/hypertube-ruby-sdk/core/handler/value_handler.rb', line 9

def process(command)
  command.payload[0]
end