Class: ConvertTypeHandler
- Inherits:
-
AbstractCommandHandler
- Object
- AbstractCommandHandler
- ConvertTypeHandler
- Defined in:
- lib/hypertube-ruby-sdk/core/handler/convert_type_handler.rb
Instance Method Summary collapse
Methods inherited from AbstractCommandHandler
Instance Method Details
#process(_command) ⇒ Object
6 7 8 |
# File 'lib/hypertube-ruby-sdk/core/handler/convert_type_handler.rb', line 6 def process(_command) raise "#{self.class} is not implemented in Ruby" end |