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.
14756 14757 14758 14759 14760 14761 |
# File 'lib/datawire_mdk_md.rb', line 14756 def initialize() super("quark.test.Test", "current", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14795 14796 14797 14798 14799 14800 |
# File 'lib/datawire_mdk_md.rb', line 14795 def __init_fields__() super nil end |
#_getClass ⇒ Object
14774 14775 14776 14777 14778 14779 |
# File 'lib/datawire_mdk_md.rb', line 14774 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14781 14782 14783 14784 14785 14786 |
# File 'lib/datawire_mdk_md.rb', line 14781 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14788 14789 14790 14791 14792 14793 |
# File 'lib/datawire_mdk_md.rb', line 14788 def _setField(name, value) nil nil end |