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