Class: Sovren::Configuration
- Inherits:
-
Object
- Object
- Sovren::Configuration
- Defined in:
- lib/sovren/configuration.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#service_key ⇒ Object
Returns the value of attribute service_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
14 15 16 17 |
# File 'lib/sovren/configuration.rb', line 14 def initialize @account_id = '[email protected]' @service_key = '[email protected]' end |
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id.
12 13 14 |
# File 'lib/sovren/configuration.rb', line 12 def account_id @account_id end |
#service_key ⇒ Object
Returns the value of attribute service_key.
12 13 14 |
# File 'lib/sovren/configuration.rb', line 12 def service_key @service_key end |