Class: HighLevel::Models::Locations::EmailTemplateSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/locations/email_template_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsObject (readonly)

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



9
10
11
# File 'lib/high_level/models/locations/email_template_schema.rb', line 9

def attachments
  @attachments
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



9
10
11
# File 'lib/high_level/models/locations/email_template_schema.rb', line 9

def html
  @html
end

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



9
10
11
# File 'lib/high_level/models/locations/email_template_schema.rb', line 9

def subject
  @subject
end