Class: Html2rss::RequestSession::Pager::Offset
- Defined in:
- lib/html2rss/request_session/pager/offset.rb
Overview
Paginate using numeric offset increments in query parameters or URL path templates.
Constant Summary collapse
- DEFAULT_PARAM =
Default query parameter name for offset pagination.
'offset'- DEFAULT_START_OFFSET =
Default starting numeric offset value.
0- DEFAULT_INCREMENT =
Default offset increment per page.
20
Constants inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Html2rss::RequestSession::Pager::Base