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