Class: Atomsphere::Configuration
- Inherits:
-
Object
- Object
- Atomsphere::Configuration
- Defined in:
- lib/atomsphere/configuration.rb
Constant Summary collapse
- REQUIRED =
:username, :password, :account_id
- OPTIONAL =
:base_uri, :otp_secret
- VARS =
REQUIRED + OPTIONAL
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 10 11 |
# File 'lib/atomsphere/configuration.rb', line 9 def initialize @base_uri = 'https://api.boomi.com/api/rest/v1/' end |