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.
15042 15043 15044 15045 15046 15047 |
# File 'lib/datawire_mdk_md.rb', line 15042 def initialize() super("quark.void", "stop", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
15082 15083 15084 15085 15086 15087 |
# File 'lib/datawire_mdk_md.rb', line 15082 def __init_fields__() super nil end |
#_getClass ⇒ Object
15061 15062 15063 15064 15065 15066 |
# File 'lib/datawire_mdk_md.rb', line 15061 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
15068 15069 15070 15071 15072 15073 |
# File 'lib/datawire_mdk_md.rb', line 15068 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
15075 15076 15077 15078 15079 15080 |
# File 'lib/datawire_mdk_md.rb', line 15075 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
15052 15053 15054 15055 15056 15057 15058 15059 |
# File 'lib/datawire_mdk_md.rb', line 15052 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.MethodTest } obj.stop() return nil nil end |