Sha256: 4a57a6548ec70ea6bd4681c2fdfcc1cebf0f2a1371ee1da29e060a237de283e3
Contents?: true
Size: 492 Bytes
Versions: 2
Compression:
Stored size: 492 Bytes
Contents
# MxPlatformRuby::Pagination ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **current_page** | **Integer** | | [optional] | | **per_page** | **Integer** | | [optional] | | **total_entries** | **Integer** | | [optional] | | **total_pages** | **Integer** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::Pagination.new( current_page: 1, per_page: 25, total_entries: 1, total_pages: 1 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mx-platform-ruby-0.3.0 | docs/Pagination.md |
mx-platform-ruby-0.2.1 | docs/Pagination.md |