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.
14864 14865 14866 14867 14868 14869 |
# File 'lib/datawire_mdk_md.rb', line 14864 def initialize() super("quark.void", "start", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14904 14905 14906 14907 14908 14909 |
# File 'lib/datawire_mdk_md.rb', line 14904 def __init_fields__() super nil end |
#_getClass ⇒ Object
14883 14884 14885 14886 14887 14888 |
# File 'lib/datawire_mdk_md.rb', line 14883 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14890 14891 14892 14893 14894 14895 |
# File 'lib/datawire_mdk_md.rb', line 14890 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14897 14898 14899 14900 14901 14902 |
# File 'lib/datawire_mdk_md.rb', line 14897 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14874 14875 14876 14877 14878 14879 14880 14881 |
# File 'lib/datawire_mdk_md.rb', line 14874 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.MethodTest } obj.start() return nil nil end |