Module: UseTheForce

Extended by:
Configuration
Defined in:
lib/use_the_force.rb,
lib/use_the_force/version.rb

Defined Under Namespace

Classes: Base, RecordNotFound

Constant Summary collapse

VERSION =
"0.1.5"
@@username =
ENV["SALESFORCE_USERNAME"]
@@pw =
ENV["SALESFORCE_PW"]
@@api_version =
ENV["SALESFORCE_API_VERSION"]
@@client_id =
ENV["SALESFORCE_CLIENT_ID"]
@@client_secret =
ENV["SALESFORCE_CLIENT_SECRET"]
@@security_token =
ENV["SALESFORCE_SECURITY_TOKEN"]
@@instance_url =
ENV["SALESFORCE_INSTANCE_URL"]

Method Summary

Methods included from Configuration

configuration, define_configurables