Class: DHS::Pagination::OffsetPage

Inherits:
Page
  • Object
show all
Defined in:
lib/dhs/pagination/offset_page.rb

Constant Summary collapse

DEFAULT_OFFSET =
0

Constants inherited from Base

Base::DEFAULT_LIMIT

Instance Attribute Summary

Attributes inherited from Base

#data

Method Summary

Methods inherited from Page

#current_page, #next_offset, next_offset

Methods inherited from Base

#current_page, #first_page, #initialize, #last_page, #limit, #limit_value, #next?, #next_offset, #next_page, #offset, page_to_offset, #pages_left, #pages_left?, #parallel?, #prev_page, #previous?, #total, #total_pages

Constructor Details

This class inherits a constructor from DHS::Pagination::Base