class Seatsio::Pagination::Cursor

def last?

def last?
  return true if @last_response_empty
  false if @next_page_starts_after.is_a? Integer
end