Class: InitiateCardCheckoutResponse
- Inherits:
-
Object
- Object
- InitiateCardCheckoutResponse
- 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_) ⇒ InitiateCardCheckoutResponse
constructor
A new instance of InitiateCardCheckoutResponse.
Constructor Details
#initialize(status_, description_, transactionId_) ⇒ InitiateCardCheckoutResponse
Returns a new instance of InitiateCardCheckoutResponse.
560 561 562 563 564 |
# File 'lib/AfricasTalking/Payments.rb', line 560 def initialize status_, description_, transactionId_ @description = description_ @status = status_ @transactionId = transactionId_ end |
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
559 560 561 |
# File 'lib/AfricasTalking/Payments.rb', line 559 def description @description end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
559 560 561 |
# File 'lib/AfricasTalking/Payments.rb', line 559 def status @status end |
#transactionId ⇒ Object (readonly)
Returns the value of attribute transactionId.
559 560 561 |
# File 'lib/AfricasTalking/Payments.rb', line 559 def transactionId @transactionId end |