Class: ApiBanking::NotificationService::GetTopics::CriteriaDefinition
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::GetTopics::CriteriaDefinition
- Defined in:
- lib/api_banking/soap/notificationService.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#name ⇒ Object
Returns the value of attribute name.
-
#valueDataType ⇒ Object
Returns the value of attribute valueDataType.
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition
18 19 20 |
# File 'lib/api_banking/soap/notificationService.rb', line 18 def condition @condition end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/api_banking/soap/notificationService.rb', line 18 def name @name end |
#valueDataType ⇒ Object
Returns the value of attribute valueDataType
18 19 20 |
# File 'lib/api_banking/soap/notificationService.rb', line 18 def valueDataType @valueDataType end |