Class: Quark::DatawireMdkMd::QuarkTestTestStopMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestTestStopMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestTestStopMethod
constructor
A new instance of QuarkTestTestStopMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestTestStopMethod
Returns a new instance of QuarkTestTestStopMethod.
14359 14360 14361 14362 14363 14364 |
# File 'lib/datawire_mdk_md.rb', line 14359 def initialize() super("quark.void", "stop", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14399 14400 14401 14402 14403 14404 |
# File 'lib/datawire_mdk_md.rb', line 14399 def __init_fields__() super nil end |
#_getClass ⇒ Object
14378 14379 14380 14381 14382 14383 |
# File 'lib/datawire_mdk_md.rb', line 14378 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14385 14386 14387 14388 14389 14390 |
# File 'lib/datawire_mdk_md.rb', line 14385 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14392 14393 14394 14395 14396 14397 |
# File 'lib/datawire_mdk_md.rb', line 14392 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14369 14370 14371 14372 14373 14374 14375 14376 |
# File 'lib/datawire_mdk_md.rb', line 14369 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.Test } obj.stop() return nil nil end |