Class: HighLevel::Models::Products::CollectionSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::CollectionSchema
- Defined in:
- lib/high_level/models/products/collection_schema.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id ⇒ Object
readonly
Returns the value of attribute 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/collection_schema.rb', line 9 def alt_id @alt_id end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/products/collection_schema.rb', line 9 def created_at @created_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/products/collection_schema.rb', line 9 def id @id end |
#image ⇒ Object (readonly)
Returns the value of attribute image
9 10 11 |
# File 'lib/high_level/models/products/collection_schema.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/collection_schema.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/collection_schema.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/collection_schema.rb', line 9 def slug @slug end |