Sha256: 4afe9f2b526cc02ff735c8e673979ae571b6d2e17a30e9c48896d5fe21c60a40
Contents?: true
Size: 1.05 KB
Versions: 4
Compression:
Stored size: 1.05 KB
Contents
require 'virtus' module Smshelper module Api path = (File.dirname File.expand_path(__FILE__)) VERSION = '0.1.0'#File.read('blahblah') autoload :Base, "#{path}/api/base" autoload :ResponseCodes, "#{path}/api/response_codes" autoload :Bulksms, "#{path}/api/bulksms" autoload :Textmagic, "#{path}/api/textmagic" autoload :Smstrade, "#{path}/api/smstrade" autoload :Esendex, "#{path}/api/esendex" autoload :Mediaburst, "#{path}/api/mediaburst" autoload :Nexmo, "#{path}/api/nexmo" autoload :Aql, "#{path}/api/aql" autoload :Vianett, "#{path}/api/vianett" autoload :Mycoolsms, "#{path}/api/mycoolsms" autoload :Routomessaging, "#{path}/api/routomessaging" # Still no support for get_callback_response autoload :Traitel, "#{path}/api/traitel" autoload :Clickatell, "#{path}/api/clickatell" autoload :Webtext, "#{path}/api/webtext" #TODO: #autoload :Txtnation, "#{path}/api/txtnation" #autoload :Totext, "#{path}/api/totext" #autoload :Smswarehouse, "#{path}/api/smswarehouse" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
smshelper-0.4.12 | lib/smshelper/api.rb |
smshelper-0.4.11 | lib/smshelper/api.rb |
smshelper-0.4.10 | lib/smshelper/api.rb |
smshelper-0.4.9 | lib/smshelper/api.rb |