Sha256: a9fbdcb4678feebdd8b84c9663f12ed59d4e1efbd21ab7364ccd3a062ab3d2b7

Contents?: true

Size: 311 Bytes

Versions: 19

Compression:

Stored size: 311 Bytes

Contents

module Smshelper
  module Api
    class Txtnation < Base
      base_uri 'http://smsc.vianett.no/V3/CPA/MT'

      def initialize(*args)
        config = args.shift
        add_query_options! :username => config.txtnation[:uname], :password => config.txtnation[:passwd]
        super
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
smshelper-0.4.12 lib/smshelper/api/txtnation.rb
smshelper-0.4.11 lib/smshelper/api/txtnation.rb
smshelper-0.4.10 lib/smshelper/api/txtnation.rb
smshelper-0.4.9 lib/smshelper/api/txtnation.rb
smshelper-0.4.8 lib/smshelper/api/txtnation.rb
smshelper-0.4.7 lib/smshelper/api/txtnation.rb
smshelper-0.4.6 lib/smshelper/api/txtnation.rb
smshelper-0.4.5 lib/smshelper/api/txtnation.rb
smshelper-0.4.0 lib/smshelper/api/txtnation.rb
smshelper-0.3.1 lib/smshelper/api/txtnation.rb
smshelper-0.3.0 lib/smshelper/api/txtnation.rb
smshelper-0.2.10 lib/smshelper/api/txtnation.rb
smshelper-0.2.9 lib/smshelper/api/txtnation.rb
smshelper-0.2.8 lib/smshelper/api/txtnation.rb
smshelper-0.2.7 lib/smshelper/api/txtnation.rb
smshelper-0.2.6 lib/smshelper/api/txtnation.rb
smshelper-0.2.5 lib/smshelper/api/txtnation.rb
smshelper-0.2.4 lib/smshelper/api/txtnation.rb
smshelper-0.2.3 lib/smshelper/api/txtnation.rb