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.
14810 14811 14812 14813 14814 14815 |
# File 'lib/datawire_mdk_md.rb', line 14810 def initialize() super("quark.test.Test", "current", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14849 14850 14851 14852 14853 14854 |
# File 'lib/datawire_mdk_md.rb', line 14849 def __init_fields__() super nil end |
#_getClass ⇒ Object
14828 14829 14830 14831 14832 14833 |
# File 'lib/datawire_mdk_md.rb', line 14828 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14835 14836 14837 14838 14839 14840 |
# File 'lib/datawire_mdk_md.rb', line 14835 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14842 14843 14844 14845 14846 14847 |
# File 'lib/datawire_mdk_md.rb', line 14842 def _setField(name, value) nil nil end |