Class: HighLevel::Models::Emails::FetchBuilderSuccesfulResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Emails::FetchBuilderSuccesfulResponseDto
- Defined in:
- lib/high_level/models/emails/fetch_builder_succesful_response_dto.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.
-
#is_plain_text ⇒ Object
readonly
Returns the value of attribute is_plain_text.
-
#last_updated ⇒ Object
readonly
Returns the value of attribute last_updated.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#preview_url ⇒ Object
readonly
Returns the value of attribute preview_url.
-
#template_type ⇒ Object
readonly
Returns the value of attribute template_type.
-
#updated_by ⇒ Object
readonly
Returns the value of attribute updated_by.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#date_added ⇒ Object (readonly)
Returns the value of attribute date_added
9 10 11 |
# File 'lib/high_level/models/emails/fetch_builder_succesful_response_dto.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/emails/fetch_builder_succesful_response_dto.rb', line 9 def id @id end |
#is_plain_text ⇒ Object (readonly)
Returns the value of attribute is_plain_text
9 10 11 |
# File 'lib/high_level/models/emails/fetch_builder_succesful_response_dto.rb', line 9 def is_plain_text @is_plain_text end |
#last_updated ⇒ Object (readonly)
Returns the value of attribute last_updated
9 10 11 |
# File 'lib/high_level/models/emails/fetch_builder_succesful_response_dto.rb', line 9 def last_updated @last_updated end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/emails/fetch_builder_succesful_response_dto.rb', line 9 def name @name end |
#preview_url ⇒ Object (readonly)
Returns the value of attribute preview_url
9 10 11 |
# File 'lib/high_level/models/emails/fetch_builder_succesful_response_dto.rb', line 9 def preview_url @preview_url end |
#template_type ⇒ Object (readonly)
Returns the value of attribute template_type
9 10 11 |
# File 'lib/high_level/models/emails/fetch_builder_succesful_response_dto.rb', line 9 def template_type @template_type end |
#updated_by ⇒ Object (readonly)
Returns the value of attribute updated_by
9 10 11 |
# File 'lib/high_level/models/emails/fetch_builder_succesful_response_dto.rb', line 9 def updated_by @updated_by end |
#version ⇒ Object (readonly)
Returns the value of attribute version
9 10 11 |
# File 'lib/high_level/models/emails/fetch_builder_succesful_response_dto.rb', line 9 def version @version end |