class XIVAPI::Dataclasses::Pagination
- XIVAPI::Dataclasses::Pagination
- Reference
- Object
Overview
Dataclass for pagination data that is returned for paginated lists that come from certain API endpoints.
Included Modules
- JSON::Serializable
Defined in:
dataclasses/other/pagination.crConstructors
Instance Method Summary
- #next_page : Int32 | Nil
- #page : Int32
- #prev_page : Int32 | Nil
- #results : Int32
- #results_per_page : Int32
- #total_pages : Int32
- #total_results : Int32