Class: ApiBanking::NotificationService::SendMessage::Criteria
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::SendMessage::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
55 56 57 |
# File 'lib/api_banking/soap/notificationService.rb', line 55 def name @name end |
#value ⇒ Object
Returns the value of attribute value
55 56 57 |
# File 'lib/api_banking/soap/notificationService.rb', line 55 def value @value end |