Class: HighLevel::Models::Emails::SaveBuilderDataDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/emails/save_builder_data_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dndObject (readonly)

Returns the value of attribute dnd

Returns:

  • (Object)

    the current value of dnd



9
10
11
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9

def dnd
  @dnd
end

#editor_typeObject (readonly)

Returns the value of attribute editor_type

Returns:

  • (Object)

    the current value of editor_type



9
10
11
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9

def editor_type
  @editor_type
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



9
10
11
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9

def html
  @html
end

#is_plain_textObject (readonly)

Returns the value of attribute is_plain_text

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of 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_textObject (readonly)

Returns the value of attribute preview_text

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute template_id

Returns:

  • (Object)

    the current value of 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_byObject (readonly)

Returns the value of attribute updated_by

Returns:

  • (Object)

    the current value of updated_by



9
10
11
# File 'lib/high_level/models/emails/save_builder_data_dto.rb', line 9

def updated_by
  @updated_by
end