class Restforce::Collection

def initialize(hash, client)

request Salesforce for the next page of results.
Given a hash and client, will create an Enumerator that will lazily
def initialize(hash, client)
  @client = client
  @raw_page = hash
end