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.
14127 14128 14129 14130 14131 14132 |
# File 'lib/datawire_mdk_md.rb', line 14127 def initialize() super("quark.test.Test", "current", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14166 14167 14168 14169 14170 14171 |
# File 'lib/datawire_mdk_md.rb', line 14166 def __init_fields__() super nil end |
#_getClass ⇒ Object
14145 14146 14147 14148 14149 14150 |
# File 'lib/datawire_mdk_md.rb', line 14145 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14152 14153 14154 14155 14156 14157 |
# File 'lib/datawire_mdk_md.rb', line 14152 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14159 14160 14161 14162 14163 14164 |
# File 'lib/datawire_mdk_md.rb', line 14159 def _setField(name, value) nil nil end |