Class: ValueHandler

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

Instance Method Summary collapse

Methods inherited from AbstractCommandHandler

#handle_command, #iterate

Instance Method Details

#process(command) ⇒ Object



4
5
6
# File 'lib/javonet-ruby-sdk/core/handler/value_handler.rb', line 4

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