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.
14290 14291 14292 14293 14294 14295 |
# File 'lib/datawire_mdk_md.rb', line 14290 def initialize() super("quark.void", "stop", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14330 14331 14332 14333 14334 14335 |
# File 'lib/datawire_mdk_md.rb', line 14330 def __init_fields__() super nil end |
#_getClass ⇒ Object
14309 14310 14311 14312 14313 14314 |
# File 'lib/datawire_mdk_md.rb', line 14309 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14316 14317 14318 14319 14320 14321 |
# File 'lib/datawire_mdk_md.rb', line 14316 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14323 14324 14325 14326 14327 14328 |
# File 'lib/datawire_mdk_md.rb', line 14323 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14300 14301 14302 14303 14304 14305 14306 14307 |
# File 'lib/datawire_mdk_md.rb', line 14300 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.Test } obj.stop() return nil nil end |