Class: Hypertube::Sdk::Internal::AbstractRuntimeFactory
- Inherits:
-
Object
- Object
- Hypertube::Sdk::Internal::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
7 8 9 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 7 def clr raise NotImplementedError, 'method not implemented' end |
#jvm ⇒ Object
11 12 13 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 11 def jvm raise NotImplementedError, 'method not implemented' end |
#netcore ⇒ Object
15 16 17 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 15 def netcore raise NotImplementedError, 'method not implemented' end |
#nodejs ⇒ Object
27 28 29 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 27 def nodejs raise NotImplementedError, 'method not implemented' end |
#perl ⇒ Object
19 20 21 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 19 def perl raise NotImplementedError, 'method not implemented' end |
#php ⇒ Object
35 36 37 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 35 def php raise NotImplementedError, 'method not implemented' end |
#python ⇒ Object
31 32 33 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 31 def python raise NotImplementedError, 'method not implemented' end |
#python27 ⇒ Object
39 40 41 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 39 def python27 raise NotImplementedError, 'method not implemented' end |
#ruby ⇒ Object
23 24 25 |
# File 'lib/hypertube-ruby-sdk/sdk/internal/abstract_runtime_factory.rb', line 23 def ruby raise NotImplementedError, 'method not implemented' end |