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.
14647 14648 14649 14650 14651 14652 |
# File 'lib/datawire_mdk_md.rb', line 14647 def initialize() super("quark.Object", "call", ::DatawireQuarkCore::List.new(["quark.Object"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14686 14687 14688 14689 14690 14691 |
# File 'lib/datawire_mdk_md.rb', line 14686 def __init_fields__() super nil end |
#_getClass ⇒ Object
14665 14666 14667 14668 14669 14670 |
# File 'lib/datawire_mdk_md.rb', line 14665 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14672 14673 14674 14675 14676 14677 |
# File 'lib/datawire_mdk_md.rb', line 14672 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14679 14680 14681 14682 14683 14684 |
# File 'lib/datawire_mdk_md.rb', line 14679 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14657 14658 14659 14660 14661 14662 14663 |
# File 'lib/datawire_mdk_md.rb', line 14657 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.SafeMethodCaller } return obj.call((args)[0]) nil end |