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.
535 536 537 538 539 540 |
# File 'lib/AfricasTalking/Payments.rb', line 535 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.
534 535 536 |
# File 'lib/AfricasTalking/Payments.rb', line 534 def description @description end |
#providerChannel ⇒ Object (readonly)
Returns the value of attribute providerChannel.
534 535 536 |
# File 'lib/AfricasTalking/Payments.rb', line 534 def providerChannel @providerChannel end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
534 535 536 |
# File 'lib/AfricasTalking/Payments.rb', line 534 def status @status end |
#transactionId ⇒ Object (readonly)
Returns the value of attribute transactionId.
534 535 536 |
# File 'lib/AfricasTalking/Payments.rb', line 534 def transactionId @transactionId end |