Class: ApiBanking::SocialBankingService::GetTransactions::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::SocialBankingService::GetTransactions::Result
- Defined in:
- lib/api_banking/soap/socialBankingService.rb
Instance Attribute Summary collapse
-
#accountNo ⇒ Object
Returns the value of attribute accountNo.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#numTransactions ⇒ Object
Returns the value of attribute numTransactions.
-
#transactionsArray ⇒ Object
Returns the value of attribute transactionsArray.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#accountNo ⇒ Object
Returns the value of attribute accountNo
19 20 21 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 19 def accountNo @accountNo end |
#customerID ⇒ Object
Returns the value of attribute customerID
19 20 21 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 19 def customerID @customerID end |
#numTransactions ⇒ Object
Returns the value of attribute numTransactions
19 20 21 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 19 def numTransactions @numTransactions end |
#transactionsArray ⇒ Object
Returns the value of attribute transactionsArray
19 20 21 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 19 def transactionsArray @transactionsArray end |
#version ⇒ Object
Returns the value of attribute version
19 20 21 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 19 def version @version end |