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.
14524 14525 14526 14527 14528 14529 |
# File 'lib/datawire_mdk_md.rb', line 14524 def initialize() super("quark.Object", "call", ::DatawireQuarkCore::List.new(["quark.Object"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14563 14564 14565 14566 14567 14568 |
# File 'lib/datawire_mdk_md.rb', line 14563 def __init_fields__() super nil end |
#_getClass ⇒ Object
14542 14543 14544 14545 14546 14547 |
# File 'lib/datawire_mdk_md.rb', line 14542 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14549 14550 14551 14552 14553 14554 |
# File 'lib/datawire_mdk_md.rb', line 14549 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14556 14557 14558 14559 14560 14561 |
# File 'lib/datawire_mdk_md.rb', line 14556 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14534 14535 14536 14537 14538 14539 14540 |
# File 'lib/datawire_mdk_md.rb', line 14534 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.SafeMethodCaller } return obj.call((args)[0]) nil end |