class Restforce::Collection

def has_next_page?

Returns true if there is a pointer to the next page.
def has_next_page?
  !@raw_page['nextRecordsUrl'].nil?
end