Module: Net::SMS::BulkSMS

Defined in:
lib/net/sms/bulksms.rb,
lib/net/sms/bulksms/account.rb,
lib/net/sms/bulksms/message.rb,
lib/net/sms/bulksms/response.rb

Overview

The main BulkSMS module contains some constants for the different countries that are supported and a helper method to return the correct URL for the chosen country

The countries/areas supported are:

* UK
* USA
* Spain
* South Africa
* International/Europe

Defined Under Namespace

Classes: Account, AccountError, Message, Response, Service

Constant Summary collapse

UK =
'uk'
USA =
'usa'
SPAIN =
'spain'
SAFRICA =
'safrica'
INTER =
'international'