Class: AbstractRuntimeContext

Inherits:
Object
  • Object
show all
Defined in:
lib/javonet-ruby-sdk/sdk/internal/abstract_runtime_context.rb

Direct Known Subclasses

RuntimeContext

Instance Method Summary collapse

Instance Method Details

#get_type(type_name, *args) ⇒ Object

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/javonet-ruby-sdk/sdk/internal/abstract_runtime_context.rb', line 7

def get_type(type_name, *args)
  raise NotImplementedError, "method not implemented"
end

#load_library(library_path) ⇒ Object

Raises:

  • (NotImplementedError)


3
4
5
# File 'lib/javonet-ruby-sdk/sdk/internal/abstract_runtime_context.rb', line 3

def load_library(library_path)
  raise NotImplementedError, "method not implemented"
end