Class: Xberg::PreprocessingOptions
- Inherits:
-
Object
- Object
- Xberg::PreprocessingOptions
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
-
#preset ⇒ PreprocessingPreset?
Returns the value of attribute preset.
-
#remove_forms ⇒ Boolean?
Returns the value of attribute remove_forms.
-
#remove_navigation ⇒ Boolean?
Returns the value of attribute remove_navigation.
Instance Method Summary collapse
-
#initialize ⇒ PreprocessingOptions
constructor
A new instance of PreprocessingOptions.
Constructor Details
#initialize ⇒ PreprocessingOptions
Returns a new instance of PreprocessingOptions.
2386 |
# File 'sig/types.rbs', line 2386
def initialize: (?enabled: bool, ?preset: PreprocessingPreset, ?remove_navigation: bool, ?remove_forms: bool) -> void
|
Instance Attribute Details
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def enabled @enabled end |
#preset ⇒ PreprocessingPreset?
Returns the value of attribute preset.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def preset @preset end |
#remove_forms ⇒ Boolean?
Returns the value of attribute remove_forms.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def remove_forms @remove_forms end |
#remove_navigation ⇒ Boolean?
Returns the value of attribute remove_navigation.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def @remove_navigation end |