Class: Xberg::ChunkInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeChunkInfo

Returns a new instance of ChunkInfo.

Parameters:

  • index: (Integer)
  • pages: (PageRange)
  • estimated_time_ms: (Integer)


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

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.

Returns:

  • (Integer)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def estimated_time_ms
  @estimated_time_ms
end

#indexInteger (readonly)

Returns the value of attribute index.

Returns:

  • (Integer)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def index
  @index
end

#pagesPageRange (readonly)

Returns the value of attribute pages.

Returns:



1867
1868
1869
# File 'sig/types.rbs', line 1867

def pages
  @pages
end