Class: Xberg::PageConfig

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePageConfig

Returns a new instance of PageConfig.

Parameters:

  • extract_pages: (Boolean)
  • insert_page_markers: (Boolean)
  • marker_format: (String)


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

def initialize: (?extract_pages: bool, ?insert_page_markers: bool, ?marker_format: String) -> void

Instance Attribute Details

#extract_pagesBoolean?

Returns the value of attribute extract_pages.

Returns:

  • (Boolean, nil)


374
375
376
# File 'sig/types.rbs', line 374

def extract_pages
  @extract_pages
end

#insert_page_markersBoolean?

Returns the value of attribute insert_page_markers.

Returns:

  • (Boolean, nil)


375
376
377
# File 'sig/types.rbs', line 375

def insert_page_markers
  @insert_page_markers
end

#marker_formatString?

Returns the value of attribute marker_format.

Returns:

  • (String, nil)


376
377
378
# File 'sig/types.rbs', line 376

def marker_format
  @marker_format
end

Class Method Details

.defaultPageConfig

Returns:



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

def self.default: () -> PageConfig