Class: Seam::Resources::Pagination

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/pagination.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_pageObject

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_cursorObject

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_urlObject

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