Hwaro::Content::Pagination::PaginationResult
Inherits Struct / Value / Object
Result of pagination containing all paginated pages
Constructors
new(paginated_pages : Array(PaginatedPage), enabled : Bool, per_page : Int32)
SourceInstance methods
enabled
Sourceenabled=(enabled : Bool)
Sourcepaginated_pages
Sourcepaginated_pages=(paginated_pages : Array(PaginatedPage))
Sourceper_page
Sourceper_page=(per_page : Int32)
Source