class Slack::Response::Paging
- Slack::Response::Paging
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
slack-api/response/common/paging.crConstructors
Instance Method Summary
- #count : Int32
- #count=(count : Int32)
- #page : Int32
- #page=(page : Int32)
- #pages : Int32 | Nil
- #pages=(pages : Int32 | Nil)
- #total : Int32
- #total=(total : Int32)