Class: SendPremiumMessagesResponse
- Inherits:
-
Object
- Object
- SendPremiumMessagesResponse
- Defined in:
- lib/AfricasTalking/Sms.rb
Instance Attribute Summary collapse
-
#overview ⇒ Object
readonly
Returns the value of attribute overview.
-
#recipients ⇒ Object
readonly
Returns the value of attribute recipients.
Instance Method Summary collapse
-
#initialize(recipients_, overview_) ⇒ SendPremiumMessagesResponse
constructor
A new instance of SendPremiumMessagesResponse.
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
#overview ⇒ Object (readonly)
Returns the value of attribute overview.
253 254 255 |
# File 'lib/AfricasTalking/Sms.rb', line 253 def overview @overview end |
#recipients ⇒ Object (readonly)
Returns the value of attribute recipients.
253 254 255 |
# File 'lib/AfricasTalking/Sms.rb', line 253 def recipients @recipients end |