class
Hetzner::Pagination
- Hetzner::Pagination
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
hetzner/instance_types_list.crConstructors
Instance Method Summary
- #last_page : Int32
- #last_page=(last_page : Int32)
- #next_page : Int32 | Nil
- #next_page=(next_page : Int32 | Nil)
- #page : Int32
- #page=(page : Int32)
- #per_page : Int32
- #per_page=(per_page : Int32)
- #previous_page : Int32 | Nil
- #previous_page=(previous_page : Int32 | Nil)
- #total_entries : Int32
- #total_entries=(total_entries : Int32)