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.
14933 14934 14935 14936 14937 14938 |
# File 'lib/datawire_mdk_md.rb', line 14933 def initialize() super("quark.bool", "match", ::DatawireQuarkCore::List.new(["quark.List<quark.String>"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14972 14973 14974 14975 14976 14977 |
# File 'lib/datawire_mdk_md.rb', line 14972 def __init_fields__() super nil end |
#_getClass ⇒ Object
14951 14952 14953 14954 14955 14956 |
# File 'lib/datawire_mdk_md.rb', line 14951 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14958 14959 14960 14961 14962 14963 |
# File 'lib/datawire_mdk_md.rb', line 14958 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14965 14966 14967 14968 14969 14970 |
# File 'lib/datawire_mdk_md.rb', line 14965 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14943 14944 14945 14946 14947 14948 14949 |
# File 'lib/datawire_mdk_md.rb', line 14943 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.MethodTest } return obj.match(::DatawireQuarkCore.cast((args)[0]) { ::DatawireQuarkCore::List }) nil end |