Class: ApiBanking::SocialBankingService::GetTransactions::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::SocialBankingService::GetTransactions::Request
- Defined in:
- lib/api_banking/soap/socialBankingService.rb
Instance Attribute Summary collapse
-
#accountIdentity ⇒ Object
Returns the value of attribute accountIdentity.
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#customerIdentity ⇒ Object
Returns the value of attribute customerIdentity.
-
#deviceID ⇒ Object
Returns the value of attribute deviceID.
-
#numTransactions ⇒ Object
Returns the value of attribute numTransactions.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#accountIdentity ⇒ Object
Returns the value of attribute accountIdentity
11 12 13 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 11 def accountIdentity @accountIdentity end |
#appID ⇒ Object
Returns the value of attribute appID
11 12 13 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 11 def appID @appID end |
#customerIdentity ⇒ Object
Returns the value of attribute customerIdentity
11 12 13 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 11 def customerIdentity @customerIdentity end |
#deviceID ⇒ Object
Returns the value of attribute deviceID
11 12 13 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 11 def deviceID @deviceID end |
#numTransactions ⇒ Object
Returns the value of attribute numTransactions
11 12 13 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 11 def numTransactions @numTransactions end |
#version ⇒ Object
Returns the value of attribute version
11 12 13 |
# File 'lib/api_banking/soap/socialBankingService.rb', line 11 def version @version end |