Class: HighLevel::Models::Emails::BuilderUpdateSuccessfulDTO

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

Instance Attribute Summary collapse

Instance Attribute Details

#okObject (readonly)

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



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

def ok
  @ok
end

#preview_urlObject (readonly)

Returns the value of attribute preview_url

Returns:

  • (Object)

    the current value of preview_url



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

def preview_url
  @preview_url
end

#template_download_urlObject (readonly)

Returns the value of attribute template_download_url

Returns:

  • (Object)

    the current value of template_download_url



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

def template_download_url
  @template_download_url
end

#trace_idObject (readonly)

Returns the value of attribute trace_id

Returns:

  • (Object)

    the current value of trace_id



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

def trace_id
  @trace_id
end