Class: InitiateBankCheckoutResponse
- Inherits:
-
Object
- Object
- InitiateBankCheckoutResponse
- 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_, transactionId_, description_) ⇒ InitiateBankCheckoutResponse
constructor
A new instance of InitiateBankCheckoutResponse.
Constructor Details
#initialize(status_, transactionId_, description_) ⇒ InitiateBankCheckoutResponse
Returns a new instance of InitiateBankCheckoutResponse.
544 545 546 547 548 |
# File 'lib/AfricasTalking/Payments.rb', line 544 def initialize status_, transactionId_, description_ @description = description_ @status = status_ @transactionId = transactionId_ end |
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
543 544 545 |
# File 'lib/AfricasTalking/Payments.rb', line 543 def description @description end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
543 544 545 |
# File 'lib/AfricasTalking/Payments.rb', line 543 def status @status end |
#transactionId ⇒ Object (readonly)
Returns the value of attribute transactionId.
543 544 545 |
# File 'lib/AfricasTalking/Payments.rb', line 543 def transactionId @transactionId end |