Class: HighLevel::Models::Products::ProductSEODto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/product_seo_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/products/product_seo_dto.rb', line 9

def description
  @description
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/products/product_seo_dto.rb', line 9

def title
  @title
end