class Readiness::Salesforce::Configuration

@since 1.0.12
@author Jason Colyer
Defines the class Configuration within the module {Readiness::Salesforce}.
#

def initialize

Other tags:
    Since: - 1.0.12

Other tags:
    Author: - Jason Colyer
def initialize
  @api_version = ''
  @client_id = ''
  @client_secret = ''
  @host = 'login.salesforce.com'
  @password = ''
  @security_token = ''
  @username = ''
end