Class: Xberg::PostProcessorConfig
- Inherits:
-
Object
- Object
- Xberg::PostProcessorConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#disabled_processors ⇒ Array[String]?
readonly
Returns the value of attribute disabled_processors.
-
#disabled_set ⇒ Array[String]?
readonly
Returns the value of attribute disabled_set.
-
#enabled ⇒ Boolean
readonly
Returns the value of attribute enabled.
-
#enabled_processors ⇒ Array[String]?
readonly
Returns the value of attribute enabled_processors.
-
#enabled_set ⇒ Array[String]?
readonly
Returns the value of attribute enabled_set.
Instance Method Summary collapse
-
#initialize ⇒ PostProcessorConfig
constructor
A new instance of PostProcessorConfig.
Constructor Details
#initialize ⇒ PostProcessorConfig
Returns a new instance of PostProcessorConfig.
2077 |
# File 'sig/types.rbs', line 2077
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]? (readonly)
Returns the value of attribute disabled_processors.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def disabled_processors @disabled_processors end |
#disabled_set ⇒ Array[String]? (readonly)
Returns the value of attribute disabled_set.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def disabled_set @disabled_set end |
#enabled ⇒ Boolean (readonly)
Returns the value of attribute enabled.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def enabled @enabled end |
#enabled_processors ⇒ Array[String]? (readonly)
Returns the value of attribute enabled_processors.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def enabled_processors @enabled_processors end |
#enabled_set ⇒ Array[String]? (readonly)
Returns the value of attribute enabled_set.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def enabled_set @enabled_set end |