class Restforce::Collection
def initialize(hash, client)
Given a hash and client, will create an Enumerator that will lazily
def initialize(hash, client) @client = client @raw_page = hash end
def initialize(hash, client) @client = client @raw_page = hash end