Class: Hypertube::Core::Handler::GetInstanceMethodAsDelegateHandler
- Inherits:
-
AbstractHandler
- Object
- AbstractHandler
- Hypertube::Core::Handler::GetInstanceMethodAsDelegateHandler
show all
- Defined in:
- lib/hypertube-ruby-sdk/core/handler/get_instance_method_as_delegate_handler.rb
Instance Method Summary
collapse
#handle_command, #validate
Instance Method Details
#process(_command) ⇒ Object
9
10
11
|
# File 'lib/hypertube-ruby-sdk/core/handler/get_instance_method_as_delegate_handler.rb', line 9
def process(_command)
raise "#{self.class} is not implemented in Ruby"
end
|