Class: Xberg::ContentFilterConfig
- Inherits:
-
Object
- Object
- Xberg::ContentFilterConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#include_footers ⇒ Boolean?
Returns the value of attribute include_footers.
-
#include_headers ⇒ Boolean?
Returns the value of attribute include_headers.
-
#include_watermarks ⇒ Boolean?
Returns the value of attribute include_watermarks.
-
#strip_repeating_text ⇒ Boolean?
Returns the value of attribute strip_repeating_text.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ ContentFilterConfig
constructor
A new instance of ContentFilterConfig.
Constructor Details
#initialize ⇒ ContentFilterConfig
Returns a new instance of ContentFilterConfig.
69 |
# File 'sig/types.rbs', line 69
def initialize: (?include_headers: bool, ?include_footers: bool, ?strip_repeating_text: bool, ?include_watermarks: bool) -> void
|
Instance Attribute Details
#include_footers ⇒ Boolean?
Returns the value of attribute include_footers.
65 66 67 |
# File 'sig/types.rbs', line 65 def @include_footers end |
#include_headers ⇒ Boolean?
Returns the value of attribute include_headers.
64 65 66 |
# File 'sig/types.rbs', line 64 def include_headers @include_headers end |
#include_watermarks ⇒ Boolean?
Returns the value of attribute include_watermarks.
67 68 69 |
# File 'sig/types.rbs', line 67 def include_watermarks @include_watermarks end |
#strip_repeating_text ⇒ Boolean?
Returns the value of attribute strip_repeating_text.
66 67 68 |
# File 'sig/types.rbs', line 66 def strip_repeating_text @strip_repeating_text end |
Class Method Details
.default ⇒ ContentFilterConfig
70 |
# File 'sig/types.rbs', line 70
def self.default: () -> ContentFilterConfig
|