Class: Quark::DatawireMdkMd::QuarkBehaviorsRPCCallMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkBehaviorsRPCCallMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkBehaviorsRPCCallMethod
constructor
A new instance of QuarkBehaviorsRPCCallMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkBehaviorsRPCCallMethod
Returns a new instance of QuarkBehaviorsRPCCallMethod.
9658 9659 9660 9661 9662 9663 |
# File 'lib/datawire_mdk_md.rb', line 9658 def initialize() super("quark.concurrent.Future", "call", ::DatawireQuarkCore::List.new(["quark.List<quark.Object>"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
9697 9698 9699 9700 9701 9702 |
# File 'lib/datawire_mdk_md.rb', line 9697 def __init_fields__() super nil end |
#_getClass ⇒ Object
9676 9677 9678 9679 9680 9681 |
# File 'lib/datawire_mdk_md.rb', line 9676 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
9683 9684 9685 9686 9687 9688 |
# File 'lib/datawire_mdk_md.rb', line 9683 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
9690 9691 9692 9693 9694 9695 |
# File 'lib/datawire_mdk_md.rb', line 9690 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
9668 9669 9670 9671 9672 9673 9674 |
# File 'lib/datawire_mdk_md.rb', line 9668 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.behaviors.RPC } return obj.call(::DatawireQuarkCore.cast((args)[0]) { ::DatawireQuarkCore::List }) nil end |