Module SmsOnRails::ModelSupport::Outbound::InstanceMethods
In: lib/sms_on_rails/model_support/outbound.rb

Methods

Public Instance methods

only save the actual message if it differs from the draft message

The actual (not substituted draft message Substituted message can be obtained with substituted_draft_message

Protected Instance methods

deliver_message is the actual call to the service provider to send the message this method is called during deliver in the acts_as_deliverable

[Validate]