Class: HighLevel::Models::Emails::SaveBuilderDataDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Emails::SaveBuilderDataDto
- Defined in:
- lib/high_level/models/emails/save_builder_data_dto.rb
Instance Attribute Summary collapse
-
#dnd ⇒ Object
readonly
Returns the value of attribute dnd.
-
#editor_type ⇒ Object
readonly
Returns the value of attribute editor_type.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#is_plain_text ⇒ Object
readonly
Returns the value of attribute is_plain_text.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#preview_text ⇒ Object
readonly
Returns the value of attribute preview_text.
-
#template_id ⇒ Object
readonly
Returns the value of attribute template_id.
-
#updated_by ⇒ Object
readonly
Returns the value of attribute updated_by.
Instance Attribute Details
#dnd ⇒ Object (readonly)
Returns the value of attribute dnd
9 10 11 |
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9 def dnd @dnd end |
#editor_type ⇒ Object (readonly)
Returns the value of attribute editor_type
9 10 11 |
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9 def editor_type @editor_type end |
#html ⇒ Object (readonly)
Returns the value of attribute html
9 10 11 |
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9 def html @html end |
#is_plain_text ⇒ Object (readonly)
Returns the value of attribute is_plain_text
9 10 11 |
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9 def is_plain_text @is_plain_text end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9 def location_id @location_id end |
#preview_text ⇒ Object (readonly)
Returns the value of attribute preview_text
9 10 11 |
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9 def preview_text @preview_text end |
#template_id ⇒ Object (readonly)
Returns the value of attribute template_id
9 10 11 |
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9 def template_id @template_id end |
#updated_by ⇒ Object (readonly)
Returns the value of attribute updated_by
9 10 11 |
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9 def updated_by @updated_by end |