Class: Quark::DatawireMdkMd::QuarkTestMethodTestCheckMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestMethodTestCheckMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestMethodTestCheckMethod
constructor
A new instance of QuarkTestMethodTestCheckMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestMethodTestCheckMethod
Returns a new instance of QuarkTestMethodTestCheckMethod.
15097 15098 15099 15100 15101 15102 |
# File 'lib/datawire_mdk_md.rb', line 15097 def initialize() super("quark.bool", "check", ::DatawireQuarkCore::List.new(["quark.bool", "quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
15136 15137 15138 15139 15140 15141 |
# File 'lib/datawire_mdk_md.rb', line 15136 def __init_fields__() super nil end |
#_getClass ⇒ Object
15115 15116 15117 15118 15119 15120 |
# File 'lib/datawire_mdk_md.rb', line 15115 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
15122 15123 15124 15125 15126 15127 |
# File 'lib/datawire_mdk_md.rb', line 15122 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
15129 15130 15131 15132 15133 15134 |
# File 'lib/datawire_mdk_md.rb', line 15129 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
15107 15108 15109 15110 15111 15112 15113 |
# File 'lib/datawire_mdk_md.rb', line 15107 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.MethodTest } return obj.check(::DatawireQuarkCore.cast((args)[0]) { ::Object }, ::DatawireQuarkCore.cast((args)[1]) { ::String }) nil end |