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.
14919 14920 14921 14922 14923 14924 |
# File 'lib/datawire_mdk_md.rb', line 14919 def initialize() super("quark.void", "stop", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14959 14960 14961 14962 14963 14964 |
# File 'lib/datawire_mdk_md.rb', line 14959 def __init_fields__() super nil end |
#_getClass ⇒ Object
14938 14939 14940 14941 14942 14943 |
# File 'lib/datawire_mdk_md.rb', line 14938 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14945 14946 14947 14948 14949 14950 |
# File 'lib/datawire_mdk_md.rb', line 14945 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14952 14953 14954 14955 14956 14957 |
# File 'lib/datawire_mdk_md.rb', line 14952 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14929 14930 14931 14932 14933 14934 14935 14936 |
# File 'lib/datawire_mdk_md.rb', line 14929 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.MethodTest } obj.stop() return nil nil end |