Class: SendPremiumMessagesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/AfricasTalking/Sms.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(recipients_, overview_) ⇒ SendPremiumMessagesResponse

Returns a new instance of SendPremiumMessagesResponse.



254
255
256
257
# File 'lib/AfricasTalking/Sms.rb', line 254

def initialize recipients_, overview_
  @recipients = recipients_
  @overview = overview_
end

Instance Attribute Details

#overviewObject (readonly)

Returns the value of attribute overview.



253
254
255
# File 'lib/AfricasTalking/Sms.rb', line 253

def overview
  @overview
end

#recipientsObject (readonly)

Returns the value of attribute recipients.



253
254
255
# File 'lib/AfricasTalking/Sms.rb', line 253

def recipients
  @recipients
end