Class: HighLevel::Models::Emails::BuilderUpdateSuccessfulDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Emails::BuilderUpdateSuccessfulDTO
- Defined in:
- lib/high_level/models/emails/builder_update_successful_dto.rb
Instance Attribute Summary collapse
-
#ok ⇒ Object
readonly
Returns the value of attribute ok.
-
#preview_url ⇒ Object
readonly
Returns the value of attribute preview_url.
-
#template_download_url ⇒ Object
readonly
Returns the value of attribute template_download_url.
-
#trace_id ⇒ Object
readonly
Returns the value of attribute trace_id.
Instance Attribute Details
#ok ⇒ Object (readonly)
Returns the value of attribute ok
9 10 11 |
# File 'lib/high_level/models/emails/builder_update_successful_dto.rb', line 9 def ok @ok end |
#preview_url ⇒ Object (readonly)
Returns the value of attribute 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_url ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute trace_id
9 10 11 |
# File 'lib/high_level/models/emails/builder_update_successful_dto.rb', line 9 def trace_id @trace_id end |