Class: HighLevel::Models::Locations::EmailTemplateSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::EmailTemplateSchema
- Defined in:
- lib/high_level/models/locations/email_template_schema.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
Instance Attribute Details
#attachments ⇒ Object (readonly)
Returns the value of attribute attachments
9 10 11 |
# File 'lib/high_level/models/locations/email_template_schema.rb', line 9 def @attachments end |
#html ⇒ Object (readonly)
Returns the value of attribute html
9 10 11 |
# File 'lib/high_level/models/locations/email_template_schema.rb', line 9 def html @html end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
9 10 11 |
# File 'lib/high_level/models/locations/email_template_schema.rb', line 9 def subject @subject end |