Class: HighLevel::Models::Proposals::NotificationSenderSettingDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Proposals::NotificationSenderSettingDto
- Defined in:
- lib/high_level/models/proposals/notification_sender_setting_dto.rb
Instance Attribute Summary collapse
-
#from_email ⇒ Object
readonly
Returns the value of attribute from_email.
-
#from_name ⇒ Object
readonly
Returns the value of attribute from_name.
Instance Attribute Details
#from_email ⇒ Object (readonly)
Returns the value of attribute from_email
9 10 11 |
# File 'lib/high_level/models/proposals/notification_sender_setting_dto.rb', line 9 def from_email @from_email end |
#from_name ⇒ Object (readonly)
Returns the value of attribute from_name
9 10 11 |
# File 'lib/high_level/models/proposals/notification_sender_setting_dto.rb', line 9 def from_name @from_name end |