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