Sha256: 83149709fd3cb44e1d59f2b17171b5fb46922c237ebdf5415ba44e12865da315

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

module Mblox
  class << self
    def config
      @config ||= Configuration.new
    end

    def configure
      yield config
    end
  end

  class Configuration
    attr_accessor :outbound_url, :profile_id, :sender_id, :password, :partner_name, :tariff, :service_id
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mblox-0.6.2 lib/mblox/configuration.rb