Class: HighLevel::Models::Products::BulkEditProductDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::BulkEditProductDto
- Defined in:
- lib/high_level/models/products/bulk_edit_product_dto.rb
Instance Attribute Summary collapse
-
#automatic_tax_category_id ⇒ Object
readonly
Returns the value of attribute automatic_tax_category_id.
-
#available_in_store ⇒ Object
readonly
Returns the value of attribute available_in_store.
-
#collection_ids ⇒ Object
readonly
Returns the value of attribute collection_ids.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#image ⇒ Object
readonly
Returns the value of attribute image.
-
#is_label_enabled ⇒ Object
readonly
Returns the value of attribute is_label_enabled.
-
#is_taxes_enabled ⇒ Object
readonly
Returns the value of attribute is_taxes_enabled.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#medias ⇒ Object
readonly
Returns the value of attribute medias.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#prices ⇒ Object
readonly
Returns the value of attribute prices.
-
#seo ⇒ Object
readonly
Returns the value of attribute seo.
-
#slug ⇒ Object
readonly
Returns the value of attribute slug.
-
#tax_inclusive ⇒ Object
readonly
Returns the value of attribute tax_inclusive.
-
#taxes ⇒ Object
readonly
Returns the value of attribute taxes.
Instance Attribute Details
#automatic_tax_category_id ⇒ Object (readonly)
Returns the value of attribute automatic_tax_category_id
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def automatic_tax_category_id @automatic_tax_category_id end |
#available_in_store ⇒ Object (readonly)
Returns the value of attribute available_in_store
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def available_in_store @available_in_store end |
#collection_ids ⇒ Object (readonly)
Returns the value of attribute collection_ids
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def collection_ids @collection_ids end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.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/bulk_edit_product_dto.rb', line 9 def image @image end |
#is_label_enabled ⇒ Object (readonly)
Returns the value of attribute is_label_enabled
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def is_label_enabled @is_label_enabled end |
#is_taxes_enabled ⇒ Object (readonly)
Returns the value of attribute is_taxes_enabled
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def is_taxes_enabled @is_taxes_enabled end |
#label ⇒ Object (readonly)
Returns the value of attribute label
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def label @label end |
#medias ⇒ Object (readonly)
Returns the value of attribute medias
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def medias @medias end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def name @name end |
#prices ⇒ Object (readonly)
Returns the value of attribute prices
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def prices @prices end |
#seo ⇒ Object (readonly)
Returns the value of attribute seo
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_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/bulk_edit_product_dto.rb', line 9 def slug @slug end |
#tax_inclusive ⇒ Object (readonly)
Returns the value of attribute tax_inclusive
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def tax_inclusive @tax_inclusive end |
#taxes ⇒ Object (readonly)
Returns the value of attribute taxes
9 10 11 |
# File 'lib/high_level/models/products/bulk_edit_product_dto.rb', line 9 def taxes @taxes end |