class Bitreserve::Entities::BaseEntity::PaginatedCollection
Attributes
total_size[R]
Public Class Methods
new(items, total_size)
click to toggle source
Calls superclass method
# File lib/bitreserve/entities/base_entity.rb, line 20 def initialize(items, total_size) super(items) @total_size = total_size.to_i end