Class: Hypertube::Core::Handler::GetAsyncOperationResultHandler
- Inherits:
-
AbstractHandler
- Object
- AbstractHandler
- Hypertube::Core::Handler::GetAsyncOperationResultHandler
show all
- Defined in:
- lib/hypertube-ruby-sdk/core/handler/get_async_operation_result_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_async_operation_result_handler.rb', line 9
def process(_command)
raise "#{self.class} is not implemented in Ruby"
end
|