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.
31478 31479 31480 31481 31482 31483 |
# File 'lib/datawire_mdk_md.rb', line 31478 def initialize() super("quark.Object", "call", ::DatawireQuarkCore::List.new(["quark.Object"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
31517 31518 31519 31520 31521 31522 |
# File 'lib/datawire_mdk_md.rb', line 31517 def __init_fields__() super nil end |
#_getClass ⇒ Object
31496 31497 31498 31499 31500 31501 |
# File 'lib/datawire_mdk_md.rb', line 31496 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
31503 31504 31505 31506 31507 31508 |
# File 'lib/datawire_mdk_md.rb', line 31503 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
31510 31511 31512 31513 31514 31515 |
# File 'lib/datawire_mdk_md.rb', line 31510 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
31488 31489 31490 31491 31492 31493 31494 |
# File 'lib/datawire_mdk_md.rb', line 31488 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_runtime.promise._Passthrough } return obj.call((args)[0]) nil end |