Class: AbstractConfigRuntimeFactory

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

Direct Known Subclasses

ConfigRuntimeFactory

Instance Method Summary collapse

Instance Method Details

#clr(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


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

def clr(config_name = 'default')
  raise NotImplementedError, 'method not implemented'
end

#jvm(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


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

def jvm(config_name = 'default')
  raise NotImplementedError, 'method not implemented'
end

#netcore(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


12
13
14
# File 'lib/javonet-ruby-sdk/sdk/internal/abstract_config_runtime_factory.rb', line 12

def netcore(config_name = 'default')
  raise NotImplementedError, 'method not implemented'
end

#nodejs(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


24
25
26
# File 'lib/javonet-ruby-sdk/sdk/internal/abstract_config_runtime_factory.rb', line 24

def nodejs(config_name = 'default')
  raise NotImplementedError, 'method not implemented'
end

#perl(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


16
17
18
# File 'lib/javonet-ruby-sdk/sdk/internal/abstract_config_runtime_factory.rb', line 16

def perl(config_name = 'default')
  raise NotImplementedError, 'method not implemented'
end

#python(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


28
29
30
# File 'lib/javonet-ruby-sdk/sdk/internal/abstract_config_runtime_factory.rb', line 28

def python(config_name = 'default')
  raise NotImplementedError, 'method not implemented'
end

#python27(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


32
33
34
# File 'lib/javonet-ruby-sdk/sdk/internal/abstract_config_runtime_factory.rb', line 32

def python27(config_name = 'default')
  raise NotImplementedError, 'method not implemented'
end

#ruby(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


20
21
22
# File 'lib/javonet-ruby-sdk/sdk/internal/abstract_config_runtime_factory.rb', line 20

def ruby(config_name = 'default')
  raise NotImplementedError, 'method not implemented'
end