Class: ConvertTypeHandler

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

Instance Method Summary collapse

Methods inherited from AbstractCommandHandler

#handle_command, #iterate

Instance Method Details

#process(command) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/javonet-ruby-sdk/core/handler/convert_type_handler.rb', line 4

def process(command)
  begin
    raise "#{self.class} is not implemented in Ruby"
  rescue Exception => e
    return e
  end
end