Class: HighLevel::Models::Invoices::ReminderDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::ReminderDto
- Defined in:
- lib/high_level/models/invoices/reminder_dto.rb
Instance Attribute Summary collapse
-
#email_subject ⇒ Object
readonly
Returns the value of attribute email_subject.
-
#email_template ⇒ Object
readonly
Returns the value of attribute email_template.
-
#enabled ⇒ Object
readonly
Returns the value of attribute enabled.
-
#end_time ⇒ Object
readonly
Returns the value of attribute end_time.
-
#interval_type ⇒ Object
readonly
Returns the value of attribute interval_type.
-
#max_reminders ⇒ Object
readonly
Returns the value of attribute max_reminders.
-
#reminder_id ⇒ Object
readonly
Returns the value of attribute reminder_id.
-
#reminder_invoice_condition ⇒ Object
readonly
Returns the value of attribute reminder_invoice_condition.
-
#reminder_name ⇒ Object
readonly
Returns the value of attribute reminder_name.
-
#reminder_number ⇒ Object
readonly
Returns the value of attribute reminder_number.
-
#reminder_time ⇒ Object
readonly
Returns the value of attribute reminder_time.
-
#sms_template ⇒ Object
readonly
Returns the value of attribute sms_template.
-
#start_time ⇒ Object
readonly
Returns the value of attribute start_time.
-
#timezone ⇒ Object
readonly
Returns the value of attribute timezone.
Instance Attribute Details
#email_subject ⇒ Object (readonly)
Returns the value of attribute email_subject
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def email_subject @email_subject end |
#email_template ⇒ Object (readonly)
Returns the value of attribute email_template
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def email_template @email_template end |
#enabled ⇒ Object (readonly)
Returns the value of attribute enabled
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def enabled @enabled end |
#end_time ⇒ Object (readonly)
Returns the value of attribute end_time
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def end_time @end_time end |
#interval_type ⇒ Object (readonly)
Returns the value of attribute interval_type
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def interval_type @interval_type end |
#max_reminders ⇒ Object (readonly)
Returns the value of attribute max_reminders
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def max_reminders @max_reminders end |
#reminder_id ⇒ Object (readonly)
Returns the value of attribute reminder_id
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def reminder_id @reminder_id end |
#reminder_invoice_condition ⇒ Object (readonly)
Returns the value of attribute reminder_invoice_condition
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def reminder_invoice_condition @reminder_invoice_condition end |
#reminder_name ⇒ Object (readonly)
Returns the value of attribute reminder_name
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def reminder_name @reminder_name end |
#reminder_number ⇒ Object (readonly)
Returns the value of attribute reminder_number
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def reminder_number @reminder_number end |
#reminder_time ⇒ Object (readonly)
Returns the value of attribute reminder_time
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def reminder_time @reminder_time end |
#sms_template ⇒ Object (readonly)
Returns the value of attribute sms_template
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def sms_template @sms_template end |
#start_time ⇒ Object (readonly)
Returns the value of attribute start_time
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def start_time @start_time end |
#timezone ⇒ Object (readonly)
Returns the value of attribute timezone
9 10 11 |
# File 'lib/high_level/models/invoices/reminder_dto.rb', line 9 def timezone @timezone end |