struct

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)
Source

Instance methods

enabled
Source
enabled=(enabled : Bool)
Source
paginated_pages
Source
paginated_pages=(paginated_pages : Array(PaginatedPage))
Source
per_page
Source
per_page=(per_page : Int32)
Source