Class: TopupStashResponse
- Inherits:
-
Object
- Object
- TopupStashResponse
- Defined in:
- lib/AfricasTalking/Payments.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#transactionId ⇒ Object
readonly
Returns the value of attribute transactionId.
Instance Method Summary collapse
-
#initialize(status_, description_, transactionId_) ⇒ TopupStashResponse
constructor
A new instance of TopupStashResponse.
Constructor Details
#initialize(status_, description_, transactionId_) ⇒ TopupStashResponse
Returns a new instance of TopupStashResponse.
587 588 589 590 591 |
# File 'lib/AfricasTalking/Payments.rb', line 587 def initialize status_, description_, transactionId_ @description = description_ @status = status_ @transactionId = transactionId_ end |
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
586 587 588 |
# File 'lib/AfricasTalking/Payments.rb', line 586 def description @description end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
586 587 588 |
# File 'lib/AfricasTalking/Payments.rb', line 586 def status @status end |
#transactionId ⇒ Object (readonly)
Returns the value of attribute transactionId.
586 587 588 |
# File 'lib/AfricasTalking/Payments.rb', line 586 def transactionId @transactionId end |