Method: Restforce::Collection#has_next_page?
- Defined in:
- lib/restforce/collection.rb
permalink #has_next_page? ⇒ Boolean
Returns true if there is a pointer to the next page.
70 71 72 |
# File 'lib/restforce/collection.rb', line 70 def has_next_page? !@raw_page['nextRecordsUrl'].nil? end |