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.
242 243 244 245 |
# File 'lib/AfricasTalking/Sms.rb', line 242 def initialize status_, description_ @description = description_ @status = status_ end |
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
241 242 243 |
# File 'lib/AfricasTalking/Sms.rb', line 241 def description @description end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
241 242 243 |
# File 'lib/AfricasTalking/Sms.rb', line 241 def status @status end |