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.
14291 14292 14293 14294 14295 14296 |
# File 'lib/datawire_mdk_md.rb', line 14291 def initialize() super("quark.bool", "check", ::DatawireQuarkCore::List.new(["quark.bool", "quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14330 14331 14332 14333 14334 14335 |
# File 'lib/datawire_mdk_md.rb', line 14330 def __init_fields__() super nil end |
#_getClass ⇒ Object
14309 14310 14311 14312 14313 14314 |
# File 'lib/datawire_mdk_md.rb', line 14309 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14316 14317 14318 14319 14320 14321 |
# File 'lib/datawire_mdk_md.rb', line 14316 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14323 14324 14325 14326 14327 14328 |
# File 'lib/datawire_mdk_md.rb', line 14323 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14301 14302 14303 14304 14305 14306 14307 |
# File 'lib/datawire_mdk_md.rb', line 14301 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 |