Class: HighLevel::Models::Products::BulkUpdateDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::BulkUpdateDto
- Defined in:
- lib/high_level/models/products/bulk_update_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.
-
#availability ⇒ Object
readonly
Returns the value of attribute availability.
-
#collection_ids ⇒ Object
readonly
Returns the value of attribute collection_ids.
-
#compare_at_price ⇒ Object
readonly
Returns the value of attribute compare_at_price.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#filters ⇒ Object
readonly
Returns the value of attribute filters.
-
#price ⇒ Object
readonly
Returns the value of attribute price.
-
#product_ids ⇒ Object
readonly
Returns the value of attribute product_ids.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/products/bulk_update_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/bulk_update_dto.rb', line 9 def alt_type @alt_type end |
#availability ⇒ Object (readonly)
Returns the value of attribute availability
9 10 11 |
# File 'lib/high_level/models/products/bulk_update_dto.rb', line 9 def availability @availability end |
#collection_ids ⇒ Object (readonly)
Returns the value of attribute collection_ids
9 10 11 |
# File 'lib/high_level/models/products/bulk_update_dto.rb', line 9 def collection_ids @collection_ids end |
#compare_at_price ⇒ Object (readonly)
Returns the value of attribute compare_at_price
9 10 11 |
# File 'lib/high_level/models/products/bulk_update_dto.rb', line 9 def compare_at_price @compare_at_price end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
9 10 11 |
# File 'lib/high_level/models/products/bulk_update_dto.rb', line 9 def currency @currency end |
#filters ⇒ Object (readonly)
Returns the value of attribute filters
9 10 11 |
# File 'lib/high_level/models/products/bulk_update_dto.rb', line 9 def filters @filters end |
#price ⇒ Object (readonly)
Returns the value of attribute price
9 10 11 |
# File 'lib/high_level/models/products/bulk_update_dto.rb', line 9 def price @price end |
#product_ids ⇒ Object (readonly)
Returns the value of attribute product_ids
9 10 11 |
# File 'lib/high_level/models/products/bulk_update_dto.rb', line 9 def product_ids @product_ids end |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/products/bulk_update_dto.rb', line 9 def type @type end |