Class: Quark::DatawireMdkMd::QuarkTestTestCheckMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestTestCheckMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestTestCheckMethod
constructor
A new instance of QuarkTestTestCheckMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestTestCheckMethod
Returns a new instance of QuarkTestTestCheckMethod.
14414 14415 14416 14417 14418 14419 |
# File 'lib/datawire_mdk_md.rb', line 14414 def initialize() super("quark.bool", "check", ::DatawireQuarkCore::List.new(["quark.bool", "quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14453 14454 14455 14456 14457 14458 |
# File 'lib/datawire_mdk_md.rb', line 14453 def __init_fields__() super nil end |
#_getClass ⇒ Object
14432 14433 14434 14435 14436 14437 |
# File 'lib/datawire_mdk_md.rb', line 14432 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14439 14440 14441 14442 14443 14444 |
# File 'lib/datawire_mdk_md.rb', line 14439 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14446 14447 14448 14449 14450 14451 |
# File 'lib/datawire_mdk_md.rb', line 14446 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14424 14425 14426 14427 14428 14429 14430 |
# File 'lib/datawire_mdk_md.rb', line 14424 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.Test } return obj.check(::DatawireQuarkCore.cast((args)[0]) { ::Object }, ::DatawireQuarkCore.cast((args)[1]) { ::String }) nil end |