Class: Quark::DatawireMdkMd::QuarkConcurrentContextGlobalMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkConcurrentContextGlobalMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkConcurrentContextGlobalMethod
constructor
A new instance of QuarkConcurrentContextGlobalMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkConcurrentContextGlobalMethod
13220 13221 13222 13223 13224 13225 |
# File 'lib/datawire_mdk_md.rb', line 13220 def initialize() super("quark.concurrent.Context", "global", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
13259 13260 13261 13262 13263 13264 |
# File 'lib/datawire_mdk_md.rb', line 13259 def __init_fields__() super nil end |
#_getClass ⇒ Object
13238 13239 13240 13241 13242 13243 |
# File 'lib/datawire_mdk_md.rb', line 13238 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
13245 13246 13247 13248 13249 13250 |
# File 'lib/datawire_mdk_md.rb', line 13245 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
13252 13253 13254 13255 13256 13257 |
# File 'lib/datawire_mdk_md.rb', line 13252 def _setField(name, value) nil nil end |