Class: ApiBanking::NotificationService::SetSubscription::Value
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::SetSubscription::Value
- Defined in:
- lib/api_banking/soap/notificationService.rb
Instance Attribute Summary collapse
-
#dateValue ⇒ Object
Returns the value of attribute dateValue.
-
#decimalValue ⇒ Object
Returns the value of attribute decimalValue.
-
#stringValue ⇒ Object
Returns the value of attribute stringValue.
Instance Attribute Details
#dateValue ⇒ Object
Returns the value of attribute dateValue
33 34 35 |
# File 'lib/api_banking/soap/notificationService.rb', line 33 def dateValue @dateValue end |
#decimalValue ⇒ Object
Returns the value of attribute decimalValue
33 34 35 |
# File 'lib/api_banking/soap/notificationService.rb', line 33 def decimalValue @decimalValue end |
#stringValue ⇒ Object
Returns the value of attribute stringValue
33 34 35 |
# File 'lib/api_banking/soap/notificationService.rb', line 33 def stringValue @stringValue end |