Class: Xberg::PostProcessorConfig
- Inherits:
-
Object
- Object
- Xberg::PostProcessorConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#disabled_processors ⇒ Array[String]?
Returns the value of attribute disabled_processors.
-
#disabled_set ⇒ Array[String]?
Returns the value of attribute disabled_set.
-
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
-
#enabled_processors ⇒ Array[String]?
Returns the value of attribute enabled_processors.
-
#enabled_set ⇒ Array[String]?
Returns the value of attribute enabled_set.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ PostProcessorConfig
constructor
A new instance of PostProcessorConfig.
Constructor Details
#initialize ⇒ PostProcessorConfig
Returns a new instance of PostProcessorConfig.
417 |
# File 'sig/types.rbs', line 417
def initialize: (?enabled: bool, ?enabled_processors: Array[String], ?disabled_processors: Array[String], ?enabled_set: Array[String], ?disabled_set: Array[String]) -> void
|
Instance Attribute Details
#disabled_processors ⇒ Array[String]?
Returns the value of attribute disabled_processors.
413 414 415 |
# File 'sig/types.rbs', line 413 def disabled_processors @disabled_processors end |
#disabled_set ⇒ Array[String]?
Returns the value of attribute disabled_set.
415 416 417 |
# File 'sig/types.rbs', line 415 def disabled_set @disabled_set end |
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
411 412 413 |
# File 'sig/types.rbs', line 411 def enabled @enabled end |
#enabled_processors ⇒ Array[String]?
Returns the value of attribute enabled_processors.
412 413 414 |
# File 'sig/types.rbs', line 412 def enabled_processors @enabled_processors end |
#enabled_set ⇒ Array[String]?
Returns the value of attribute enabled_set.
414 415 416 |
# File 'sig/types.rbs', line 414 def enabled_set @enabled_set end |
Class Method Details
.default ⇒ PostProcessorConfig
418 |
# File 'sig/types.rbs', line 418
def self.default: () -> PostProcessorConfig
|