Sha256: add142f0b39df0c18ebc7f1c667ae0755a0db0074e7c8bd62a2a8e70b4ba1331
Contents?: true
Size: 311 Bytes
Versions: 2
Compression:
Stored size: 311 Bytes
Contents
module Smshelper module Api class Mycoolsms < 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smshelper-0.2.4 | lib/smshelper/api/mycoolsms.rb |
smshelper-0.2.3 | lib/smshelper/api/mycoolsms.rb |