| Module | SmsOnRails::ModelSupport::Draft::InstanceMethods |
| In: |
lib/sms_on_rails/model_support/draft.rb
|
if there is only one outbound message, return the actual (substituted) message. Otherwise, returns the draft message with substituted strings if any
Create Outbound Instances based on phone_numbers and options Refer to SmsOnRails::ModelSupport::Outbound.create_outbounds_from_phone
Deliver all the unsent outbound messages error - set this option to add an error message to the draft object
This is locked and safe for individual messages but the draft object itself is not locked down, so it can be processed by multiple threads
The length of the message This does not take into consideration substituted params TODO: adjust max length for substituted params