Class: CreateSubscriptionResponse
- Inherits:
-
Object
- Object
- CreateSubscriptionResponse
- Defined in:
- lib/AfricasTalking/Sms.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status_, description_) ⇒ CreateSubscriptionResponse
constructor
A new instance of CreateSubscriptionResponse.
Constructor Details
#initialize(status_, description_) ⇒ CreateSubscriptionResponse
Returns a new instance of CreateSubscriptionResponse.
237 238 239 240 |
# File 'lib/AfricasTalking/Sms.rb', line 237 def initialize status_, description_ @description = description_ @status = status_ end |
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
236 237 238 |
# File 'lib/AfricasTalking/Sms.rb', line 236 def description @description end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
236 237 238 |
# File 'lib/AfricasTalking/Sms.rb', line 236 def status @status end |