class Crystalforce::Client

Included Modules

Defined in:

crystalforce/client.cr

Constructors

Instance methods inherited from module Crystalforce::Api

create(sobject, attrs) create, destroy(sobject, id) destroy, query(soql) query, query_all(soql) query_all, search(sosl) search, update(sobject, id, attrs) update, upsert(sobject, field, attrs) upsert

Constructor Detail

def self.new(args : Hash(Symbol, String)) #

[View source]