Class: Xberg::ChunkInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeChunkInfo



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

def initialize: (index: Integer, pages: PageRange, estimated_time_ms: Integer) -> void

Instance Attribute Details

#estimated_time_msInteger (readonly)

Returns the value of attribute estimated_time_ms.



176
177
178
# File 'sig/types.rbs', line 176

def estimated_time_ms
  @estimated_time_ms
end

#indexInteger (readonly)

Returns the value of attribute index.



174
175
176
# File 'sig/types.rbs', line 174

def index
  @index
end

#pagesPageRange (readonly)

Returns the value of attribute pages.



175
176
177
# File 'sig/types.rbs', line 175

def pages
  @pages
end