Class: HtmlToMarkdown::PreprocessingOptionsUpdate
- Inherits:
-
Object
- Object
- HtmlToMarkdown::PreprocessingOptionsUpdate
- 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 ⇒ PreprocessingOptionsUpdate
constructor
A new instance of PreprocessingOptionsUpdate.
Constructor Details
#initialize ⇒ PreprocessingOptionsUpdate
Returns a new instance of PreprocessingOptionsUpdate.
194 |
# File 'sig/types.rbs', line 194
def initialize: (?enabled: bool, ?preset: PreprocessingPreset, ?remove_navigation: bool, ?remove_forms: bool) -> void
|
Instance Attribute Details
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
189 190 191 |
# File 'sig/types.rbs', line 189 def enabled @enabled end |
#preset ⇒ PreprocessingPreset?
Returns the value of attribute preset.
190 191 192 |
# File 'sig/types.rbs', line 190 def preset @preset end |
#remove_forms ⇒ Boolean?
Returns the value of attribute remove_forms.
192 193 194 |
# File 'sig/types.rbs', line 192 def remove_forms @remove_forms end |
#remove_navigation ⇒ Boolean?
Returns the value of attribute remove_navigation.
191 192 193 |
# File 'sig/types.rbs', line 191 def @remove_navigation end |