Class: Hypertube::Sdk::Internal::AbstractRuntimeContext
- Inherits:
-
Object
- Object
- Hypertube::Sdk::Internal::AbstractRuntimeContext
- Defined in:
- lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_context.rb
Direct Known Subclasses
Instance Method Summary collapse
- #connection_data ⇒ Object
- #connection_data=(_connection_data) ⇒ Object
- #get_type(type_name, *args) ⇒ Object
- #load_library(library_path) ⇒ Object
Instance Method Details
#connection_data ⇒ Object
7 8 9 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_context.rb', line 7 def connection_data raise NotImplementedError, 'method not implemented' end |
#connection_data=(_connection_data) ⇒ Object
11 12 13 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_context.rb', line 11 def connection_data=(_connection_data) raise NotImplementedError, 'method not implemented' end |
#get_type(type_name, *args) ⇒ Object
19 20 21 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_context.rb', line 19 def get_type(type_name, *args) raise NotImplementedError, 'method not implemented' end |
#load_library(library_path) ⇒ Object
15 16 17 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_context.rb', line 15 def load_library(library_path) raise NotImplementedError, 'method not implemented' end |