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