Class: Quark::DatawireMdkMd::QuarkTestTestCurrentMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestTestCurrentMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestTestCurrentMethod
constructor
A new instance of QuarkTestTestCurrentMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestTestCurrentMethod
Returns a new instance of QuarkTestTestCurrentMethod.
14073 14074 14075 14076 14077 14078 |
# File 'lib/datawire_mdk_md.rb', line 14073 def initialize() super("quark.test.Test", "current", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14112 14113 14114 14115 14116 14117 |
# File 'lib/datawire_mdk_md.rb', line 14112 def __init_fields__() super nil end |
#_getClass ⇒ Object
14091 14092 14093 14094 14095 14096 |
# File 'lib/datawire_mdk_md.rb', line 14091 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14098 14099 14100 14101 14102 14103 |
# File 'lib/datawire_mdk_md.rb', line 14098 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14105 14106 14107 14108 14109 14110 |
# File 'lib/datawire_mdk_md.rb', line 14105 def _setField(name, value) nil nil end |