Class: Quark::DatawireMdkMd::QuarkTestMethodTestCurrentMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestMethodTestCurrentMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestMethodTestCurrentMethod
constructor
A new instance of QuarkTestMethodTestCurrentMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestMethodTestCurrentMethod
Returns a new instance of QuarkTestMethodTestCurrentMethod.
14879 14880 14881 14882 14883 14884 |
# File 'lib/datawire_mdk_md.rb', line 14879 def initialize() super("quark.test.Test", "current", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14918 14919 14920 14921 14922 14923 |
# File 'lib/datawire_mdk_md.rb', line 14918 def __init_fields__() super nil end |
#_getClass ⇒ Object
14897 14898 14899 14900 14901 14902 |
# File 'lib/datawire_mdk_md.rb', line 14897 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14904 14905 14906 14907 14908 14909 |
# File 'lib/datawire_mdk_md.rb', line 14904 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14911 14912 14913 14914 14915 14916 |
# File 'lib/datawire_mdk_md.rb', line 14911 def _setField(name, value) nil nil end |