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.
461 |
# File 'sig/types.rbs', line 461
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.
457 458 459 |
# File 'sig/types.rbs', line 457 def disabled_processors @disabled_processors end |
#disabled_set ⇒ Array[String]?
Returns the value of attribute disabled_set.
459 460 461 |
# File 'sig/types.rbs', line 459 def disabled_set @disabled_set end |
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
455 456 457 |
# File 'sig/types.rbs', line 455 def enabled @enabled end |
#enabled_processors ⇒ Array[String]?
Returns the value of attribute enabled_processors.
456 457 458 |
# File 'sig/types.rbs', line 456 def enabled_processors @enabled_processors end |
#enabled_set ⇒ Array[String]?
Returns the value of attribute enabled_set.
458 459 460 |
# File 'sig/types.rbs', line 458 def enabled_set @enabled_set end |
Class Method Details
.default ⇒ PostProcessorConfig
462 |
# File 'sig/types.rbs', line 462
def self.default: () -> PostProcessorConfig
|