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.
8268 8269 8270 8271 8272 8273 |
# File 'lib/datawire_mdk_md.rb', line 8268 def initialize() super("quark.bool", "_autoconfig", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
8307 8308 8309 8310 8311 8312 |
# File 'lib/datawire_mdk_md.rb', line 8307 def __init_fields__() super nil end |
#_getClass ⇒ Object
8286 8287 8288 8289 8290 8291 |
# File 'lib/datawire_mdk_md.rb', line 8286 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
8293 8294 8295 8296 8297 8298 |
# File 'lib/datawire_mdk_md.rb', line 8293 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
8300 8301 8302 8303 8304 8305 |
# File 'lib/datawire_mdk_md.rb', line 8300 def _setField(name, value) nil nil end |