Class: Quark::DatawireMdkMd::QuarkLoggingConfigAutoconfigMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkLoggingConfigAutoconfigMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkLoggingConfigAutoconfigMethod
constructor
A new instance of QuarkLoggingConfigAutoconfigMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkLoggingConfigAutoconfigMethod
8214 8215 8216 8217 8218 8219 |
# File 'lib/datawire_mdk_md.rb', line 8214 def initialize() super("quark.bool", "_autoconfig", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
8253 8254 8255 8256 8257 8258 |
# File 'lib/datawire_mdk_md.rb', line 8253 def __init_fields__() super nil end |
#_getClass ⇒ Object
8232 8233 8234 8235 8236 8237 |
# File 'lib/datawire_mdk_md.rb', line 8232 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
8239 8240 8241 8242 8243 8244 |
# File 'lib/datawire_mdk_md.rb', line 8239 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
8246 8247 8248 8249 8250 8251 |
# File 'lib/datawire_mdk_md.rb', line 8246 def _setField(name, value) nil nil end |