Class SmsOnRails::ServiceProviders::Clickatell
In: lib/sms_on_rails/service_providers/clickatell.rb
Parent: Base

Methods

Constants

FATAL_ERROR_CODES = %w(105 114)

Public Instance methods

Send a message without validation

 * phone_number - phone number string digits
 * message - the message text
 * options - anything else

Protected Instance methods

wrap this method around all clickatell calls if anything other than a 105 is thrown, reraise FatalSmsError

[Validate]