Class: ApiBanking::PrepaidCardManagementService::BlockCard::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardManagementService::BlockCard::Request
- Defined in:
- lib/api_banking/soap/prepaidCardManagementService.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#mobileNo ⇒ Object
Returns the value of attribute mobileNo.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
11 12 13 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 11 def appID @appID end |
#mobileNo ⇒ Object
Returns the value of attribute mobileNo
11 12 13 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 11 def mobileNo @mobileNo end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
11 12 13 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 11 def uniqueRequestNo @uniqueRequestNo end |
#version ⇒ Object
Returns the value of attribute version
11 12 13 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 11 def version @version end |