class Restforce::Collection
def initialize(hash, client)
def initialize(hash, client) @client = client @total_size = hash['totalSize'] @next_page_url = hash['nextRecordsUrl'] super(Restforce::Mash.build(hash['records'], @client)) end
def initialize(hash, client) @client = client @total_size = hash['totalSize'] @next_page_url = hash['nextRecordsUrl'] super(Restforce::Mash.build(hash['records'], @client)) end