Class: ApiBanking::PrepaidCardService::GetBalance::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardService::GetBalance::Result
- Defined in:
- lib/api_banking/soap/prepaidCardService.rb
Instance Attribute Summary collapse
-
#cardBalance ⇒ Object
Returns the value of attribute cardBalance.
-
#currencyCode ⇒ Object
Returns the value of attribute currencyCode.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#cardBalance ⇒ Object
Returns the value of attribute cardBalance
20 21 22 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 20 def cardBalance @cardBalance end |
#currencyCode ⇒ Object
Returns the value of attribute currencyCode
20 21 22 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 20 def currencyCode @currencyCode end |
#version ⇒ Object
Returns the value of attribute version
20 21 22 |
# File 'lib/api_banking/soap/prepaidCardService.rb', line 20 def version @version end |