Class: MobileCheckoutResponse
- Inherits:
-
Object
- Object
- MobileCheckoutResponse
- Defined in:
- lib/AfricasTalking/Payments.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#providerChannel ⇒ Object
readonly
Returns the value of attribute providerChannel.
-
#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_, providerChannel_) ⇒ MobileCheckoutResponse
constructor
A new instance of MobileCheckoutResponse.
Constructor Details
#initialize(status_, description_, transactionId_, providerChannel_) ⇒ MobileCheckoutResponse
Returns a new instance of MobileCheckoutResponse.
490 491 492 493 494 495 |
# File 'lib/AfricasTalking/Payments.rb', line 490 def initialize status_, description_, transactionId_, providerChannel_ @description = description_ @status = status_ @transactionId = transactionId_ @providerChannel = providerChannel_ end |
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
489 490 491 |
# File 'lib/AfricasTalking/Payments.rb', line 489 def description @description end |
#providerChannel ⇒ Object (readonly)
Returns the value of attribute providerChannel.
489 490 491 |
# File 'lib/AfricasTalking/Payments.rb', line 489 def providerChannel @providerChannel end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
489 490 491 |
# File 'lib/AfricasTalking/Payments.rb', line 489 def status @status end |
#transactionId ⇒ Object (readonly)
Returns the value of attribute transactionId.
489 490 491 |
# File 'lib/AfricasTalking/Payments.rb', line 489 def transactionId @transactionId end |