Class: AbstractRuntimeContext
- Inherits:
-
Object
- Object
- AbstractRuntimeContext
- Defined in:
- lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_context.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#get_type(type_name, *args) ⇒ Object
8 9 10 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_context.rb', line 8 def get_type(type_name, *args) raise NotImplementedError, 'method not implemented' end |
#load_library(library_path) ⇒ Object
4 5 6 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_context.rb', line 4 def load_library(library_path) raise NotImplementedError, 'method not implemented' end |