Class: Quark::DatawireMdkMd::QuarkTestMethodTestMatchMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestMethodTestMatchMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestMethodTestMatchMethod
constructor
A new instance of QuarkTestMethodTestMatchMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestMethodTestMatchMethod
Returns a new instance of QuarkTestMethodTestMatchMethod.
14864 14865 14866 14867 14868 14869 |
# File 'lib/datawire_mdk_md.rb', line 14864 def initialize() super("quark.bool", "match", ::DatawireQuarkCore::List.new(["quark.List<quark.String>"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14903 14904 14905 14906 14907 14908 |
# File 'lib/datawire_mdk_md.rb', line 14903 def __init_fields__() super nil end |
#_getClass ⇒ Object
14882 14883 14884 14885 14886 14887 |
# File 'lib/datawire_mdk_md.rb', line 14882 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14889 14890 14891 14892 14893 14894 |
# File 'lib/datawire_mdk_md.rb', line 14889 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14896 14897 14898 14899 14900 14901 |
# File 'lib/datawire_mdk_md.rb', line 14896 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14874 14875 14876 14877 14878 14879 14880 |
# File 'lib/datawire_mdk_md.rb', line 14874 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.MethodTest } return obj.match(::DatawireQuarkCore.cast((args)[0]) { ::DatawireQuarkCore::List }) nil end |