Class: PassDelegateHandler

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

Instance Method Summary collapse

Methods inherited from AbstractCommandHandler

#handle_command, #iterate

Instance Method Details

#process(_command) ⇒ Object



6
7
8
# File 'lib/javonet-ruby-sdk/core/handler/pass_delegate_handler.rb', line 6

def process(_command)
  raise "#{self.class} is not implemented in Ruby"
end