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