Class: AbstractRuntimeFactory
- Inherits:
-
Object
- Object
- AbstractRuntimeFactory
- Defined in:
- lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb
Direct Known Subclasses
Instance Method Summary collapse
- #clr ⇒ Object
- #jvm ⇒ Object
- #netcore ⇒ Object
- #nodejs ⇒ Object
- #perl ⇒ Object
- #php ⇒ Object
- #python ⇒ Object
- #python27 ⇒ Object
- #ruby ⇒ Object
Instance Method Details
#clr ⇒ Object
4 5 6 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 4 def clr raise NotImplementedError, 'method not implemented' end |
#jvm ⇒ Object
8 9 10 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 8 def jvm raise NotImplementedError, 'method not implemented' end |
#netcore ⇒ Object
12 13 14 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 12 def netcore raise NotImplementedError, 'method not implemented' end |
#nodejs ⇒ Object
24 25 26 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 24 def nodejs raise NotImplementedError, 'method not implemented' end |
#perl ⇒ Object
16 17 18 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 16 def perl raise NotImplementedError, 'method not implemented' end |
#php ⇒ Object
32 33 34 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 32 def php raise NotImplementedError, 'method not implemented' end |
#python ⇒ Object
28 29 30 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 28 def python raise NotImplementedError, 'method not implemented' end |
#python27 ⇒ Object
36 37 38 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 36 def python27 raise NotImplementedError, 'method not implemented' end |
#ruby ⇒ Object
20 21 22 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 20 def ruby raise NotImplementedError, 'method not implemented' end |