Class: HighLevel::Models::Invoices::ReminderSettingsDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::ReminderSettingsDto
- Defined in:
- lib/high_level/models/invoices/reminder_settings_dto.rb
Instance Attribute Summary collapse
-
#default_email_template_id ⇒ Object
readonly
Returns the value of attribute default_email_template_id.
-
#reminders ⇒ Object
readonly
Returns the value of attribute reminders.
Instance Attribute Details
#default_email_template_id ⇒ Object (readonly)
Returns the value of attribute default_email_template_id
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_settings_dto.rb', line 9 def default_email_template_id @default_email_template_id end |
#reminders ⇒ Object (readonly)
Returns the value of attribute reminders
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_settings_dto.rb', line 9 def reminders @reminders end |