Class: Xberg::PageConfig
- Inherits:
-
Object
- Object
- Xberg::PageConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#extract_pages ⇒ Boolean?
Returns the value of attribute extract_pages.
-
#insert_page_markers ⇒ Boolean?
Returns the value of attribute insert_page_markers.
-
#marker_format ⇒ String?
Returns the value of attribute marker_format.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ PageConfig
constructor
A new instance of PageConfig.
Constructor Details
#initialize ⇒ PageConfig
Returns a new instance of PageConfig.
399 |
# File 'sig/types.rbs', line 399
def initialize: (?extract_pages: bool, ?insert_page_markers: bool, ?marker_format: String) -> void
|
Instance Attribute Details
#extract_pages ⇒ Boolean?
Returns the value of attribute extract_pages.
395 396 397 |
# File 'sig/types.rbs', line 395 def extract_pages @extract_pages end |
#insert_page_markers ⇒ Boolean?
Returns the value of attribute insert_page_markers.
396 397 398 |
# File 'sig/types.rbs', line 396 def insert_page_markers @insert_page_markers end |
#marker_format ⇒ String?
Returns the value of attribute marker_format.
397 398 399 |
# File 'sig/types.rbs', line 397 def marker_format @marker_format end |