Crystalforce
Constants
Log = ::Log.for("crystalforce")
VERSION = "0.3.1"
Constructors
new(username : String | Nil = nil, password : String | Nil = nil, security_token : String | Nil = nil, client_id : String | Nil = nil, client_secret : String | Nil = nil, refresh_token : String | Nil = nil, jwt_key : String | Nil = nil, host : String | Nil = nil, api_version : String | Nil = nil, authentication_retries : Int32 = 3, authentication_callback : Proc(Client, Nil) | Nil = nil, compress : Bool = false, proxy_uri : String | Nil = nil, ssl : OpenSSL::SSL::Context::Client | Nil = nil, request_headers : Hash(String, String) | Nil = nil, cache : Cache | Nil = nil)
SourceClass methods
env_api_version
Sourceenv_client_id
Sourceenv_client_secret
Sourceenv_host
Sourceenv_password
Sourceenv_proxy_uri
Sourceenv_security_token
Sourcetooling(username : String | Nil = nil, password : String | Nil = nil, security_token : String | Nil = nil, client_id : String | Nil = nil, client_secret : String | Nil = nil, refresh_token : String | Nil = nil, jwt_key : String | Nil = nil, host : String | Nil = nil, api_version : String | Nil = nil, authentication_retries : Int32 = 3, authentication_callback : Proc(ToolingClient, Nil) | Nil = nil, compress : Bool = false, proxy_uri : String | Nil = nil, ssl : OpenSSL::SSL::Context::Client | Nil = nil, request_headers : Hash(String, String) | Nil = nil, cache : Cache | Nil = nil)
SourceNested types
- Crystalforce::APIVersionError
- Crystalforce::Api
- Crystalforce::Authentication
- Crystalforce::AuthenticationError
- Crystalforce::BatchSubrequests
- Crystalforce::Cache
- Crystalforce::Canvas
- Crystalforce::Client
- Crystalforce::Collection
- Crystalforce::CompositeSubrequests
- Crystalforce::Error
- Crystalforce::MemoryCache
- Crystalforce::NotFoundError
- Crystalforce::ServerError
- Crystalforce::StreamingClient
- Crystalforce::ToolingClient
- Crystalforce::UnauthorizedError