class Sovren::Configuration

Attributes

account_id[RW]
service_key[RW]

Public Class Methods

new() click to toggle source
# File lib/sovren/configuration.rb, line 14
def initialize
  @account_id = 'donotreply@example.com'
  @service_key = 'donotreply@example.com'
end