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
Returns a new instance of ValidateBankCheckoutResponse.
507 508 509 510 |
# File 'lib/AfricasTalking/Payments.rb', line 507 def initialize status_, description_ @description = description_ @status = status_ end |
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
506 507 508 |
# File 'lib/AfricasTalking/Payments.rb', line 506 def description @description end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
506 507 508 |
# File 'lib/AfricasTalking/Payments.rb', line 506 def status @status end |