Class: MobileCheckoutResponse
- Inherits:
-
Object
- Object
- MobileCheckoutResponse
- Defined in:
- lib/AfricasTalking/Payments.rb
Instance Attribute Summary collapse
-
#providerChannel ⇒ Object
readonly
Returns the value of attribute providerChannel.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#transactionFee ⇒ Object
readonly
Returns the value of attribute transactionFee.
-
#transactionId ⇒ Object
readonly
Returns the value of attribute transactionId.
Instance Method Summary collapse
-
#initialize(accountNumber_, status_, transactionId_, transactionFee_) ⇒ MobileCheckoutResponse
constructor
A new instance of MobileCheckoutResponse.
Constructor Details
#initialize(accountNumber_, status_, transactionId_, transactionFee_) ⇒ MobileCheckoutResponse
Returns a new instance of MobileCheckoutResponse.
379 380 381 382 383 384 |
# File 'lib/AfricasTalking/Payments.rb', line 379 def initialize accountNumber_, status_, transactionId_, transactionFee_ @accountNumber = accountNumber_ @status = status_ @transactionId = transactionId_ @transactionFee = transactionFee_ end |
Instance Attribute Details
#providerChannel ⇒ Object (readonly)
Returns the value of attribute providerChannel.
378 379 380 |
# File 'lib/AfricasTalking/Payments.rb', line 378 def providerChannel @providerChannel end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
378 379 380 |
# File 'lib/AfricasTalking/Payments.rb', line 378 def status @status end |
#transactionFee ⇒ Object (readonly)
Returns the value of attribute transactionFee.
378 379 380 |
# File 'lib/AfricasTalking/Payments.rb', line 378 def transactionFee @transactionFee end |
#transactionId ⇒ Object (readonly)
Returns the value of attribute transactionId.
378 379 380 |
# File 'lib/AfricasTalking/Payments.rb', line 378 def transactionId @transactionId end |