Class: ApiBanking::NotificationService::DispatchMessage::Email
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::NotificationService::DispatchMessage::Email
- Defined in:
- lib/api_banking/soap/notificationService.rb
Instance Attribute Summary collapse
-
#attachment ⇒ Object
Returns the value of attribute attachment.
-
#bodyContent ⇒ Object
Returns the value of attribute bodyContent.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#attachment ⇒ Object
Returns the value of attribute attachment
72 73 74 |
# File 'lib/api_banking/soap/notificationService.rb', line 72 def end |
#bodyContent ⇒ Object
Returns the value of attribute bodyContent
72 73 74 |
# File 'lib/api_banking/soap/notificationService.rb', line 72 def bodyContent @bodyContent end |
#subject ⇒ Object
Returns the value of attribute subject
72 73 74 |
# File 'lib/api_banking/soap/notificationService.rb', line 72 def subject @subject end |