class Vecos::Models::Paging
- Vecos::Models::Paging
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
vecos/models/paging.crConstructors
Instance Method Summary
- #first_item_on_page : Int32
- #first_item_on_page=(first_item_on_page : Int32)
- #has_next_page : Bool
- #has_next_page=(has_next_page : Bool)
- #has_previous_page : Bool
- #has_previous_page=(has_previous_page : Bool)
- #is_first_page : Bool
- #is_first_page=(is_first_page : Bool)
- #is_last_page : Bool
- #is_last_page=(is_last_page : Bool)
- #last_item_on_page : Int32
- #last_item_on_page=(last_item_on_page : Int32)
- #page_count : Int32
- #page_count=(page_count : Int32)
- #page_number : Int32
- #page_number=(page_number : Int32)
- #page_size : Int32
- #page_size=(page_size : Int32)
- #total_item_count : Int32
- #total_item_count=(total_item_count : Int32)