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.
52 |
# File 'sig/types.rbs', line 52
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.
48 49 50 |
# File 'sig/types.rbs', line 48 def @include_footers end |
#include_headers ⇒ Boolean?
Returns the value of attribute include_headers.
47 48 49 |
# File 'sig/types.rbs', line 47 def include_headers @include_headers end |
#include_watermarks ⇒ Boolean?
Returns the value of attribute include_watermarks.
50 51 52 |
# File 'sig/types.rbs', line 50 def include_watermarks @include_watermarks end |
#strip_repeating_text ⇒ Boolean?
Returns the value of attribute strip_repeating_text.
49 50 51 |
# File 'sig/types.rbs', line 49 def strip_repeating_text @strip_repeating_text end |
Class Method Details
.default ⇒ ContentFilterConfig
53 |
# File 'sig/types.rbs', line 53
def self.default: () -> ContentFilterConfig
|