Class: Xberg::PageConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePageConfig



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

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

Instance Attribute Details

#extract_pagesBoolean (readonly)

Returns the value of attribute extract_pages.



1894
1895
1896
# File 'sig/types.rbs', line 1894

def extract_pages
  @extract_pages
end

#insert_page_markersBoolean (readonly)

Returns the value of attribute insert_page_markers.



1895
1896
1897
# File 'sig/types.rbs', line 1895

def insert_page_markers
  @insert_page_markers
end

#marker_formatString (readonly)

Returns the value of attribute marker_format.



1896
1897
1898
# File 'sig/types.rbs', line 1896

def marker_format
  @marker_format
end