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)


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

Returns the value of attribute include_footers.

Returns:

  • (Boolean, nil)


48
49
50
# File 'sig/types.rbs', line 48

def include_footers
  @include_footers
end

#include_headersBoolean?

Returns the value of attribute include_headers.

Returns:

  • (Boolean, nil)


47
48
49
# File 'sig/types.rbs', line 47

def include_headers
  @include_headers
end

#include_watermarksBoolean?

Returns the value of attribute include_watermarks.

Returns:

  • (Boolean, nil)


50
51
52
# File 'sig/types.rbs', line 50

def include_watermarks
  @include_watermarks
end

#strip_repeating_textBoolean?

Returns the value of attribute strip_repeating_text.

Returns:

  • (Boolean, nil)


49
50
51
# File 'sig/types.rbs', line 49

def strip_repeating_text
  @strip_repeating_text
end

Class Method Details

.defaultContentFilterConfig

Returns:



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

def self.default: () -> ContentFilterConfig