Class: HighLevel::Models::Invoices::CustomNotificationItemDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::CustomNotificationItemDto
- Defined in:
- lib/high_level/models/invoices/custom_notification_item_dto.rb
Instance Attribute Summary collapse
-
#default_email_template_id ⇒ Object
readonly
Returns the value of attribute default_email_template_id.
-
#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.
-
#from_email ⇒ Object
readonly
Returns the value of attribute from_email.
-
#from_name ⇒ Object
readonly
Returns the value of attribute from_name.
-
#sms_template ⇒ Object
readonly
Returns the value of attribute sms_template.
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/custom_notification_item_dto.rb', line 9 def default_email_template_id @default_email_template_id end |
#email_subject ⇒ Object (readonly)
Returns the value of attribute email_subject
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_item_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/custom_notification_item_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/custom_notification_item_dto.rb', line 9 def enabled @enabled end |
#from_email ⇒ Object (readonly)
Returns the value of attribute from_email
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_item_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/invoices/custom_notification_item_dto.rb', line 9 def from_name @from_name end |
#sms_template ⇒ Object (readonly)
Returns the value of attribute sms_template
9 10 11 |
# File 'lib/high_level/models/invoices/custom_notification_item_dto.rb', line 9 def sms_template @sms_template end |