Class: Xberg::ChunkInfo
- Inherits:
-
Object
- Object
- Xberg::ChunkInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#estimated_time_ms ⇒ Integer
readonly
Returns the value of attribute estimated_time_ms.
-
#index ⇒ Integer
readonly
Returns the value of attribute index.
-
#pages ⇒ PageRange
readonly
Returns the value of attribute pages.
Instance Method Summary collapse
-
#initialize ⇒ ChunkInfo
constructor
A new instance of ChunkInfo.
Constructor Details
#initialize ⇒ ChunkInfo
Returns a new instance of ChunkInfo.
1870 |
# File 'sig/types.rbs', line 1870
def initialize: (index: Integer, pages: PageRange, estimated_time_ms: Integer) -> void
|
Instance Attribute Details
#estimated_time_ms ⇒ Integer (readonly)
Returns the value of attribute estimated_time_ms.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def estimated_time_ms @estimated_time_ms end |
#index ⇒ Integer (readonly)
Returns the value of attribute index.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def index @index end |
#pages ⇒ PageRange (readonly)
Returns the value of attribute pages.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def pages @pages end |