Class: HighLevel::Models::Products::CollectionSEODto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::CollectionSEODto
- Defined in:
- lib/high_level/models/products/collection_seo_dto.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/products/collection_seo_dto.rb', line 9 def description @description end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/products/collection_seo_dto.rb', line 9 def title @title end |