Class: HighLevel::Models::Locations::GetEmailTemplateResponseSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::GetEmailTemplateResponseSchema
- Defined in:
- lib/high_level/models/locations/get_email_template_response_schema.rb
Instance Attribute Summary collapse
-
#date_added ⇒ Object
readonly
Returns the value of attribute date_added.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#template ⇒ Object
readonly
Returns the value of attribute template.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/locations/get_email_template_response_schema.rb', line 9 def date_added @date_added end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/locations/get_email_template_response_schema.rb', line 9 def id @id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/locations/get_email_template_response_schema.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/locations/get_email_template_response_schema.rb', line 9 def name @name end |
#template ⇒ Object (readonly)
Returns the value of attribute template
9 10 11 |
# File 'lib/high_level/models/locations/get_email_template_response_schema.rb', line 9 def template @template end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/locations/get_email_template_response_schema.rb', line 9 def type @type end |