Class: Xberg::ContentFilterConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeContentFilterConfig

Returns a new instance of ContentFilterConfig.

Parameters:

  • include_headers: (Boolean)
  • include_footers: (Boolean)
  • strip_repeating_text: (Boolean)
  • include_watermarks: (Boolean)


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_footersBoolean?

Returns the value of attribute include_footers.

Returns:

  • (Boolean, nil)


65
66
67
# File 'sig/types.rbs', line 65

def include_footers
  @include_footers
end

#include_headersBoolean?

Returns the value of attribute include_headers.

Returns:

  • (Boolean, nil)


64
65
66
# File 'sig/types.rbs', line 64

def include_headers
  @include_headers
end

#include_watermarksBoolean?

Returns the value of attribute include_watermarks.

Returns:

  • (Boolean, nil)


67
68
69
# File 'sig/types.rbs', line 67

def include_watermarks
  @include_watermarks
end

#strip_repeating_textBoolean?

Returns the value of attribute strip_repeating_text.

Returns:

  • (Boolean, nil)


66
67
68
# File 'sig/types.rbs', line 66

def strip_repeating_text
  @strip_repeating_text
end

Class Method Details

.defaultContentFilterConfig

Returns:



70
# File 'sig/types.rbs', line 70

def self.default: () -> ContentFilterConfig