Class: Hypertube::Sdk::Internal::AbstractConfigRuntimeFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/hypertube-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)


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

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

#jvm(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


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

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

#netcore(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


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

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

#nodejs(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


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

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

#perl(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


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

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

#python(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


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

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

#python27(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


35
36
37
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_config_runtime_factory.rb', line 35

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

#ruby(config_name = 'default') ⇒ Object

Raises:

  • (NotImplementedError)


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

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