Class: HighLevel::Models::Products::CreateProductCollectionsDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::CreateProductCollectionsDto
- Defined in:
- lib/high_level/models/products/create_product_collections_dto.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#collection_id ⇒ Object
readonly
Returns the value of attribute collection_id.
-
#image ⇒ Object
readonly
Returns the value of attribute image.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#seo ⇒ Object
readonly
Returns the value of attribute seo.
-
#slug ⇒ Object
readonly
Returns the value of attribute slug.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/products/create_product_collections_dto.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/products/create_product_collections_dto.rb', line 9 def alt_type @alt_type end |
#collection_id ⇒ Object (readonly)
Returns the value of attribute collection_id
9 10 11 |
# File 'lib/high_level/models/products/create_product_collections_dto.rb', line 9 def collection_id @collection_id end |
#image ⇒ Object (readonly)
Returns the value of attribute image
9 10 11 |
# File 'lib/high_level/models/products/create_product_collections_dto.rb', line 9 def image @image end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/products/create_product_collections_dto.rb', line 9 def name @name end |
#seo ⇒ Object (readonly)
Returns the value of attribute seo
9 10 11 |
# File 'lib/high_level/models/products/create_product_collections_dto.rb', line 9 def seo @seo end |
#slug ⇒ Object (readonly)
Returns the value of attribute slug
9 10 11 |
# File 'lib/high_level/models/products/create_product_collections_dto.rb', line 9 def slug @slug end |