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
18 19 20 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 18 def accountNo @accountNo end |
#customerID ⇒ Object
Returns the value of attribute customerID
18 19 20 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 18 def customerID @customerID end |
#numTransactions ⇒ Object
Returns the value of attribute numTransactions
18 19 20 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 18 def numTransactions @numTransactions end |
#transactionsArray ⇒ Object
Returns the value of attribute transactionsArray
18 19 20 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 18 def transactionsArray @transactionsArray end |
#version ⇒ Object
Returns the value of attribute version
18 19 20 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 18 def version @version end |