Ori::Paginator
Inherits Struct < Value < Object
Constructors
new(per_page : Int32 = 10, type : Type = Type::Arabic, active_dot : String = "•", inactive_dot : String = "○")
SourceInstance methods
active_dot
Sourceinactive_dot
Sourceitems_on_page(total_items : Int32) : Int32
Sourcenext_page
Sourceon_first_page?
Sourceon_last_page?
Sourcepage
Sourceper_page
Sourceprev_page
Sourceset_total_pages(items : Int32) : Int32
Sourceslice_bounds(total_items : Int32) : Tuple(Int32, Int32)
Sourcetotal_pages
Sourcetype
Sourceview
Source