Class: DeleteSubscriptionResponse
- Inherits:
-
Object
- Object
- DeleteSubscriptionResponse
- 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_) ⇒ DeleteSubscriptionResponse
constructor
A new instance of DeleteSubscriptionResponse.
Constructor Details
#initialize(status_, description_) ⇒ DeleteSubscriptionResponse
Returns a new instance of DeleteSubscriptionResponse.
245 246 247 248 |
# File 'lib/AfricasTalking/Sms.rb', line 245 def initialize status_, description_ @description = description_ @status = status_ end |
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
244 245 246 |
# File 'lib/AfricasTalking/Sms.rb', line 244 def description @description end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
244 245 246 |
# File 'lib/AfricasTalking/Sms.rb', line 244 def status @status end |