lib/cellular/models/sms.rb in cellular-2.0.0 vs lib/cellular/models/sms.rb in cellular-2.1.0
- old
+ new
@@ -2,10 +2,10 @@
module Cellular
class SMS
attr_accessor :recipient, :sender, :message, :price, :country_code
- attr_accessor :recipients
+ attr_accessor :recipients, :delivery_status, :delivery_message
def initialize(options = {})
@backend = Cellular.config.backend
@recipients = options[:recipients]
@recipient = options[:recipient]