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
Returns a new instance of QuarkLoggingConfigAutoconfigMethod.
8337 8338 8339 8340 8341 8342 |
# File 'lib/datawire_mdk_md.rb', line 8337 def initialize() super("quark.bool", "_autoconfig", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
8376 8377 8378 8379 8380 8381 |
# File 'lib/datawire_mdk_md.rb', line 8376 def __init_fields__() super nil end |
#_getClass ⇒ Object
8355 8356 8357 8358 8359 8360 |
# File 'lib/datawire_mdk_md.rb', line 8355 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
8362 8363 8364 8365 8366 8367 |
# File 'lib/datawire_mdk_md.rb', line 8362 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
8369 8370 8371 8372 8373 8374 |
# File 'lib/datawire_mdk_md.rb', line 8369 def _setField(name, value) nil nil end |