Class: ValidateBankCheckoutResponse
- Inherits:
-
Object
- Object
- ValidateBankCheckoutResponse
- 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.
Instance Method Summary collapse
-
#initialize(status_, description_) ⇒ ValidateBankCheckoutResponse
constructor
A new instance of ValidateBankCheckoutResponse.
Constructor Details
#initialize(status_, description_) ⇒ ValidateBankCheckoutResponse
552 553 554 555 |
# File 'lib/AfricasTalking/Payments.rb', line 552 def initialize status_, description_ @description = description_ @status = status_ end |
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
551 552 553 |
# File 'lib/AfricasTalking/Payments.rb', line 551 def description @description end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
551 552 553 |
# File 'lib/AfricasTalking/Payments.rb', line 551 def status @status end |