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.
14974 14975 14976 14977 14978 14979 |
# File 'lib/datawire_mdk_md.rb', line 14974 def initialize() super("quark.bool", "check", ::DatawireQuarkCore::List.new(["quark.bool", "quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
15013 15014 15015 15016 15017 15018 |
# File 'lib/datawire_mdk_md.rb', line 15013 def __init_fields__() super nil end |
#_getClass ⇒ Object
14992 14993 14994 14995 14996 14997 |
# File 'lib/datawire_mdk_md.rb', line 14992 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14999 15000 15001 15002 15003 15004 |
# File 'lib/datawire_mdk_md.rb', line 14999 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
15006 15007 15008 15009 15010 15011 |
# File 'lib/datawire_mdk_md.rb', line 15006 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14984 14985 14986 14987 14988 14989 14990 |
# File 'lib/datawire_mdk_md.rb', line 14984 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 |