Class: Hypertube::Core::Handler::HandlerDictionary
- Inherits:
-
Object
- Object
- Hypertube::Core::Handler::HandlerDictionary
- Defined in:
- lib/hypertube-ruby-sdk/core/handler/handler_dictionary.rb
Class Method Summary collapse
Class Method Details
.add_handler_to_dict(command_type, handler) ⇒ Object
9 10 11 |
# File 'lib/hypertube-ruby-sdk/core/handler/handler_dictionary.rb', line 9 def self.add_handler_to_dict(command_type, handler) $handler_dict[command_type] = handler end |