Class: Quark::DatawireMdkMd::MdkRuntimePromisePassthroughCallMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkRuntimePromisePassthroughCallMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkRuntimePromisePassthroughCallMethod
constructor
A new instance of MdkRuntimePromisePassthroughCallMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkRuntimePromisePassthroughCallMethod
Returns a new instance of MdkRuntimePromisePassthroughCallMethod.
32411 32412 32413 32414 32415 32416 |
# File 'lib/datawire_mdk_md.rb', line 32411 def initialize() super("quark.Object", "call", ::DatawireQuarkCore::List.new(["quark.Object"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
32450 32451 32452 32453 32454 32455 |
# File 'lib/datawire_mdk_md.rb', line 32450 def __init_fields__() super nil end |
#_getClass ⇒ Object
32429 32430 32431 32432 32433 32434 |
# File 'lib/datawire_mdk_md.rb', line 32429 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
32436 32437 32438 32439 32440 32441 |
# File 'lib/datawire_mdk_md.rb', line 32436 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
32443 32444 32445 32446 32447 32448 |
# File 'lib/datawire_mdk_md.rb', line 32443 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
32421 32422 32423 32424 32425 32426 32427 |
# File 'lib/datawire_mdk_md.rb', line 32421 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_runtime.promise._Passthrough } return obj.call((args)[0]) nil end |