class SfIntegrator::Configuration

Attributes

client_id[RW]
client_secret[RW]
password[RW]
username[RW]

Public Instance Methods

to_hash() click to toggle source
# File lib/sf_integrator/configuration.rb, line 6
def to_hash
  { username: username, password: password, client_id: client_id, client_secret: client_secret  }
end