Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 575 Bytes

File metadata and controls

23 lines (16 loc) · 575 Bytes

XeroRuby::Assets::Pagination

Properties

Name Type Description Notes
page Integer [optional]
page_size Integer [optional]
page_count Integer [optional]
item_count Integer [optional]

Code Sample

require 'XeroRuby::Assets'

instance = XeroRuby::Assets::Pagination.new(page: 1,
                                 page_size: 10,
                                 page_count: 1,
                                 item_count: 2)