Class: Quark::DatawireMdkMd::QuarkConcurrentContextRuntimeMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkConcurrentContextRuntimeMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkConcurrentContextRuntimeMethod
constructor
A new instance of QuarkConcurrentContextRuntimeMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkConcurrentContextRuntimeMethod
Returns a new instance of QuarkConcurrentContextRuntimeMethod.
13205 13206 13207 13208 13209 13210 |
# File 'lib/datawire_mdk_md.rb', line 13205 def initialize() super("quark.Runtime", "runtime", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
13244 13245 13246 13247 13248 13249 |
# File 'lib/datawire_mdk_md.rb', line 13244 def __init_fields__() super nil end |
#_getClass ⇒ Object
13223 13224 13225 13226 13227 13228 |
# File 'lib/datawire_mdk_md.rb', line 13223 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
13230 13231 13232 13233 13234 13235 |
# File 'lib/datawire_mdk_md.rb', line 13230 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
13237 13238 13239 13240 13241 13242 |
# File 'lib/datawire_mdk_md.rb', line 13237 def _setField(name, value) nil nil end |