Class: AbstractHandler
- Inherits:
-
Object
- Object
- AbstractHandler
- Defined in:
- lib/hypertube-ruby-sdk/core/handler/abstract_handler.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#handle_command ⇒ Object
4 5 6 |
# File 'lib/hypertube-ruby-sdk/core/handler/abstract_handler.rb', line 4 def handle_command raise 'Handle command is not implemented' end |