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.
31532 31533 31534 31535 31536 31537 |
# File 'lib/datawire_mdk_md.rb', line 31532 def initialize() super("quark.Object", "call", ::DatawireQuarkCore::List.new(["quark.Object"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
31571 31572 31573 31574 31575 31576 |
# File 'lib/datawire_mdk_md.rb', line 31571 def __init_fields__() super nil end |
#_getClass ⇒ Object
31550 31551 31552 31553 31554 31555 |
# File 'lib/datawire_mdk_md.rb', line 31550 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
31557 31558 31559 31560 31561 31562 |
# File 'lib/datawire_mdk_md.rb', line 31557 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
31564 31565 31566 31567 31568 31569 |
# File 'lib/datawire_mdk_md.rb', line 31564 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
31542 31543 31544 31545 31546 31547 31548 |
# File 'lib/datawire_mdk_md.rb', line 31542 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_runtime.promise._Passthrough } return obj.call((args)[0]) nil end |