class SendPremiumMessagesResponse

Attributes

overview[R]
recipients[R]

Public Class Methods

new(recipients_, overview_) click to toggle source
# File lib/AfricasTalking/Sms.rb, line 251
def initialize recipients_, overview_
        @recipients = recipients_
        @overview = overview_
end