Class: ApiBanking::PrepaidCardService::GetCustomerDetail::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardService::GetCustomerDetail::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.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
34 35 36 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 34 def appID @appID end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
34 35 36 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 34 def mobileNo @mobileNo end |
#version ⇒ Object
Returns the value of attribute version
34 35 36 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 34 def version @version end |