Class: BankTransferResponse
- Inherits:
-
Object
- Object
- BankTransferResponse
- Defined in:
- lib/AfricasTalking/Payments.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
-
#errorMessage ⇒ Object
readonly
Returns the value of attribute errorMessage.
Instance Method Summary collapse
-
#initialize(entries_, errorMessage_) ⇒ BankTransferResponse
constructor
A new instance of BankTransferResponse.
Constructor Details
#initialize(entries_, errorMessage_) ⇒ BankTransferResponse
Returns a new instance of BankTransferResponse.
527 528 529 530 |
# File 'lib/AfricasTalking/Payments.rb', line 527 def initialize entries_, errorMessage_ @entries = entries_ @errorMessage = errorMessage_ end |
Instance Attribute Details
#entries ⇒ Object (readonly)
Returns the value of attribute entries.
526 527 528 |
# File 'lib/AfricasTalking/Payments.rb', line 526 def entries @entries end |
#errorMessage ⇒ Object (readonly)
Returns the value of attribute errorMessage.
526 527 528 |
# File 'lib/AfricasTalking/Payments.rb', line 526 def errorMessage @errorMessage end |