Class: Quark::DatawireMdkMd::QuarkTestMethodTestStartMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestMethodTestStartMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestMethodTestStartMethod
constructor
A new instance of QuarkTestMethodTestStartMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestMethodTestStartMethod
Returns a new instance of QuarkTestMethodTestStartMethod.
14987 14988 14989 14990 14991 14992 |
# File 'lib/datawire_mdk_md.rb', line 14987 def initialize() super("quark.void", "start", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
15027 15028 15029 15030 15031 15032 |
# File 'lib/datawire_mdk_md.rb', line 15027 def __init_fields__() super nil end |
#_getClass ⇒ Object
15006 15007 15008 15009 15010 15011 |
# File 'lib/datawire_mdk_md.rb', line 15006 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
15013 15014 15015 15016 15017 15018 |
# File 'lib/datawire_mdk_md.rb', line 15013 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
15020 15021 15022 15023 15024 15025 |
# File 'lib/datawire_mdk_md.rb', line 15020 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14997 14998 14999 15000 15001 15002 15003 15004 |
# File 'lib/datawire_mdk_md.rb', line 14997 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.MethodTest } obj.start() return nil nil end |