Class: ApiBanking::PrepaidCardService::GetTransactions::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardService::GetTransactions::Request
- Defined in:
- lib/api_banking/soap/prepaidCardService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
-
#numTransactions ⇒ Object
Returns the value of attribute numTransactions.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
41 42 43 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 41 def appID @appID end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
41 42 43 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 41 def mobileNo @mobileNo end |
#numTransactions ⇒ Object
Returns the value of attribute numTransactions
41 42 43 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 41 def numTransactions @numTransactions end |
#version ⇒ Object
Returns the value of attribute version
41 42 43 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 41 def version @version end |