Class: Seam::Resources::Pagination
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Pagination
- Defined in:
- lib/seam/routes/resources/pagination.rb
Instance Attribute Summary collapse
-
#has_next_page ⇒ Object
Returns the value of attribute has_next_page.
-
#next_page_cursor ⇒ Object
Returns the value of attribute next_page_cursor.
-
#next_page_url ⇒ Object
Returns the value of attribute next_page_url.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#has_next_page ⇒ Object
Returns the value of attribute has_next_page.
6 7 8 |
# File 'lib/seam/routes/resources/pagination.rb', line 6 def has_next_page @has_next_page end |
#next_page_cursor ⇒ Object
Returns the value of attribute next_page_cursor.
6 7 8 |
# File 'lib/seam/routes/resources/pagination.rb', line 6 def next_page_cursor @next_page_cursor end |
#next_page_url ⇒ Object
Returns the value of attribute next_page_url.
6 7 8 |
# File 'lib/seam/routes/resources/pagination.rb', line 6 def next_page_url @next_page_url end |