Class: Xberg::ContentFilterConfig
- Inherits:
-
Object
- Object
- Xberg::ContentFilterConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#include_footers ⇒ Boolean
readonly
Returns the value of attribute include_footers.
-
#include_footnotes ⇒ Boolean
readonly
Returns the value of attribute include_footnotes.
-
#include_headers ⇒ Boolean
readonly
Returns the value of attribute include_headers.
-
#include_watermarks ⇒ Boolean
readonly
Returns the value of attribute include_watermarks.
-
#strip_repeating_text ⇒ Boolean
readonly
Returns the value of attribute strip_repeating_text.
Instance Method Summary collapse
-
#initialize ⇒ ContentFilterConfig
constructor
A new instance of ContentFilterConfig.
Constructor Details
#initialize ⇒ ContentFilterConfig
Returns a new instance of ContentFilterConfig.
310 |
# File 'sig/types.rbs', line 310
def initialize: (?include_headers: bool, ?include_footers: bool, ?include_footnotes: bool, ?strip_repeating_text: bool, ?include_watermarks: bool) -> void
|
Instance Attribute Details
#include_footers ⇒ Boolean (readonly)
Returns the value of attribute include_footers.
305 306 307 |
# File 'sig/types.rbs', line 305 def @include_footers end |
#include_footnotes ⇒ Boolean (readonly)
Returns the value of attribute include_footnotes.
306 307 308 |
# File 'sig/types.rbs', line 306 def include_footnotes @include_footnotes end |
#include_headers ⇒ Boolean (readonly)
Returns the value of attribute include_headers.
304 305 306 |
# File 'sig/types.rbs', line 304 def include_headers @include_headers end |
#include_watermarks ⇒ Boolean (readonly)
Returns the value of attribute include_watermarks.
308 309 310 |
# File 'sig/types.rbs', line 308 def include_watermarks @include_watermarks end |
#strip_repeating_text ⇒ Boolean (readonly)
Returns the value of attribute strip_repeating_text.
307 308 309 |
# File 'sig/types.rbs', line 307 def strip_repeating_text @strip_repeating_text end |