struct

FruitJokes::PaginationData

Inherits Struct < Value < Object

Common pagination data structure for repository results

Constructors

new(total : Int64, page : Int32, per_page : Int32)
Source

Instance methods

has_next?
Source
has_previous?
Source
page
Source
per_page
Source
total
Source
total_pages
Source