Module
SmsOnRails::ModelSupport::Outbound::ClassMethods
In:
lib/sms_on_rails/model_support/outbound.rb
Methods
create_outbounds_for_phone_numbers
create_sms
create_sms!
create_with_phone
send_immediately
send_immediately!
Public Instance methods
create_outbounds_for_phone_numbers
(phone_numbers, options={})
create_sms
(message, number, options={})
create_sms!
(message, number, options={})
create_with_phone
(attributes, draft=nil)
Create the object find the existing phone if already stored
send_immediately
(message, phone_number, options={})
send_immediately!
(message, phone_number, options={})
[Validate]