Class: ApiBanking::NotificationService::DispatchMessage::Recipient
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::DispatchMessage::Recipient
- Defined in:
- lib/api_banking/soap/notificationService.rb
Instance Attribute Summary collapse
-
#guest ⇒ Object
Returns the value of attribute guest.
-
#subscriber ⇒ Object
Returns the value of attribute subscriber.
Instance Attribute Details
#guest ⇒ Object
Returns the value of attribute guest
64 65 66 |
# File 'lib/api_banking/soap/notificationService.rb', line 64 def guest @guest end |
#subscriber ⇒ Object
Returns the value of attribute subscriber
64 65 66 |
# File 'lib/api_banking/soap/notificationService.rb', line 64 def subscriber @subscriber end |