Class: Quark::DatawireMdkMd::QuarkTestSafeMethodCallerCallMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestSafeMethodCallerCallMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestSafeMethodCallerCallMethod
constructor
A new instance of QuarkTestSafeMethodCallerCallMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestSafeMethodCallerCallMethod
Returns a new instance of QuarkTestSafeMethodCallerCallMethod.
14578 14579 14580 14581 14582 14583 |
# File 'lib/datawire_mdk_md.rb', line 14578 def initialize() super("quark.Object", "call", ::DatawireQuarkCore::List.new(["quark.Object"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14617 14618 14619 14620 14621 14622 |
# File 'lib/datawire_mdk_md.rb', line 14617 def __init_fields__() super nil end |
#_getClass ⇒ Object
14596 14597 14598 14599 14600 14601 |
# File 'lib/datawire_mdk_md.rb', line 14596 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14603 14604 14605 14606 14607 14608 |
# File 'lib/datawire_mdk_md.rb', line 14603 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14610 14611 14612 14613 14614 14615 |
# File 'lib/datawire_mdk_md.rb', line 14610 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14588 14589 14590 14591 14592 14593 14594 |
# File 'lib/datawire_mdk_md.rb', line 14588 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.SafeMethodCaller } return obj.call((args)[0]) nil end |