Class: Quark::DatawireMdkMd::QuarkSpiRuntimeFactoryMakeRuntimeMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkSpiRuntimeFactoryMakeRuntimeMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkSpiRuntimeFactoryMakeRuntimeMethod
constructor
A new instance of QuarkSpiRuntimeFactoryMakeRuntimeMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkSpiRuntimeFactoryMakeRuntimeMethod
Returns a new instance of QuarkSpiRuntimeFactoryMakeRuntimeMethod.
16288 16289 16290 16291 16292 16293 |
# File 'lib/datawire_mdk_md.rb', line 16288 def initialize() super("quark.Runtime", "makeRuntime", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
16327 16328 16329 16330 16331 16332 |
# File 'lib/datawire_mdk_md.rb', line 16327 def __init_fields__() super nil end |
#_getClass ⇒ Object
16306 16307 16308 16309 16310 16311 |
# File 'lib/datawire_mdk_md.rb', line 16306 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
16313 16314 16315 16316 16317 16318 |
# File 'lib/datawire_mdk_md.rb', line 16313 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
16320 16321 16322 16323 16324 16325 |
# File 'lib/datawire_mdk_md.rb', line 16320 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
16298 16299 16300 16301 16302 16303 16304 |
# File 'lib/datawire_mdk_md.rb', line 16298 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.spi.RuntimeFactory } return obj.makeRuntime() nil end |