Class: Quark::DatawireMdkMd::QuarkTestMethodTestStopMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestMethodTestStopMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestMethodTestStopMethod
constructor
A new instance of QuarkTestMethodTestStopMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestMethodTestStopMethod
Returns a new instance of QuarkTestMethodTestStopMethod.
14973 14974 14975 14976 14977 14978 |
# File 'lib/datawire_mdk_md.rb', line 14973 def initialize() super("quark.void", "stop", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
15013 15014 15015 15016 15017 15018 |
# File 'lib/datawire_mdk_md.rb', line 15013 def __init_fields__() super nil end |
#_getClass ⇒ Object
14992 14993 14994 14995 14996 14997 |
# File 'lib/datawire_mdk_md.rb', line 14992 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14999 15000 15001 15002 15003 15004 |
# File 'lib/datawire_mdk_md.rb', line 14999 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
15006 15007 15008 15009 15010 15011 |
# File 'lib/datawire_mdk_md.rb', line 15006 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14983 14984 14985 14986 14987 14988 14989 14990 |
# File 'lib/datawire_mdk_md.rb', line 14983 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.MethodTest } obj.stop() return nil nil end |