Class: HighLevel::Models::Proposals::NotificationSendSettingDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/proposals/notification_send_setting_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



9
10
11
# File 'lib/high_level/models/proposals/notification_send_setting_dto.rb', line 9

def subject
  @subject
end

#template_idObject (readonly)

Returns the value of attribute template_id

Returns:

  • (Object)

    the current value of template_id



9
10
11
# File 'lib/high_level/models/proposals/notification_send_setting_dto.rb', line 9

def template_id
  @template_id
end