Class: Xberg::ContentFilterConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeContentFilterConfig

Returns a new instance of ContentFilterConfig.

Parameters:

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


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_footersBoolean (readonly)

Returns the value of attribute include_footers.

Returns:

  • (Boolean)


305
306
307
# File 'sig/types.rbs', line 305

def include_footers
  @include_footers
end

#include_footnotesBoolean (readonly)

Returns the value of attribute include_footnotes.

Returns:

  • (Boolean)


306
307
308
# File 'sig/types.rbs', line 306

def include_footnotes
  @include_footnotes
end

#include_headersBoolean (readonly)

Returns the value of attribute include_headers.

Returns:

  • (Boolean)


304
305
306
# File 'sig/types.rbs', line 304

def include_headers
  @include_headers
end

#include_watermarksBoolean (readonly)

Returns the value of attribute include_watermarks.

Returns:

  • (Boolean)


308
309
310
# File 'sig/types.rbs', line 308

def include_watermarks
  @include_watermarks
end

#strip_repeating_textBoolean (readonly)

Returns the value of attribute strip_repeating_text.

Returns:

  • (Boolean)


307
308
309
# File 'sig/types.rbs', line 307

def strip_repeating_text
  @strip_repeating_text
end