Class: GetEnumItemHandler
- Inherits:
-
AbstractCommandHandler
- Object
- AbstractCommandHandler
- GetEnumItemHandler
- Defined in:
- lib/javonet-ruby-sdk/core/handler/get_enum_item_handler.rb
Instance Method Summary collapse
Methods inherited from AbstractCommandHandler
Instance Method Details
#process(command) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/javonet-ruby-sdk/core/handler/get_enum_item_handler.rb', line 4 def process(command) begin raise "#{self.class} is not implemented in Ruby" rescue Exception => e return e end end |