Class: Xberg::UserChunkConfig
- Inherits:
-
Object
- Object
- Xberg::UserChunkConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#disable_chunking ⇒ Boolean?
Returns the value of attribute disable_chunking.
-
#force_chunking ⇒ Boolean?
Returns the value of attribute force_chunking.
-
#page_ranges ⇒ Array[PageRange]?
Returns the value of attribute page_ranges.
-
#pages_per_chunk ⇒ Integer?
Returns the value of attribute pages_per_chunk.
Instance Method Summary collapse
-
#initialize ⇒ UserChunkConfig
constructor
A new instance of UserChunkConfig.
Constructor Details
#initialize ⇒ UserChunkConfig
Returns a new instance of UserChunkConfig.
1846 |
# File 'sig/types.rbs', line 1846
def initialize: (?page_ranges: Array[PageRange], ?pages_per_chunk: Integer, ?force_chunking: bool, ?disable_chunking: bool) -> void
|
Instance Attribute Details
#disable_chunking ⇒ Boolean?
Returns the value of attribute disable_chunking.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def disable_chunking @disable_chunking end |
#force_chunking ⇒ Boolean?
Returns the value of attribute force_chunking.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def force_chunking @force_chunking end |
#page_ranges ⇒ Array[PageRange]?
Returns the value of attribute page_ranges.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def page_ranges @page_ranges end |
#pages_per_chunk ⇒ Integer?
Returns the value of attribute pages_per_chunk.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def pages_per_chunk @pages_per_chunk end |