Class: HighLevel::Models::Products::DefaultProductResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::DefaultProductResponseDto
- Defined in:
- lib/high_level/models/products/default_product_response_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.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#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_taxes_enabled ⇒ Object
readonly
Returns the value of attribute is_taxes_enabled.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#product_type ⇒ Object
readonly
Returns the value of attribute product_type.
-
#slug ⇒ Object
readonly
Returns the value of attribute slug.
-
#statement_descriptor ⇒ Object
readonly
Returns the value of attribute statement_descriptor.
-
#taxes ⇒ Object
readonly
Returns the value of attribute taxes.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#variants ⇒ Object
readonly
Returns the value of attribute variants.
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/default_product_response_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/default_product_response_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/default_product_response_dto.rb', line 9 def collection_ids @collection_ids end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_dto.rb', line 9 def created_at @created_at end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_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/default_product_response_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/default_product_response_dto.rb', line 9 def image @image end |
#is_taxes_enabled ⇒ Object (readonly)
Returns the value of attribute is_taxes_enabled
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_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/default_product_response_dto.rb', line 9 def label @label end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_dto.rb', line 9 def name @name end |
#product_type ⇒ Object (readonly)
Returns the value of attribute product_type
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_dto.rb', line 9 def product_type @product_type end |
#slug ⇒ Object (readonly)
Returns the value of attribute slug
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_dto.rb', line 9 def slug @slug end |
#statement_descriptor ⇒ Object (readonly)
Returns the value of attribute statement_descriptor
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_dto.rb', line 9 def statement_descriptor @statement_descriptor end |
#taxes ⇒ Object (readonly)
Returns the value of attribute taxes
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_dto.rb', line 9 def taxes @taxes end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_dto.rb', line 9 def updated_at @updated_at end |
#variants ⇒ Object (readonly)
Returns the value of attribute variants
9 10 11 |
# File 'lib/high_level/models/products/default_product_response_dto.rb', line 9 def variants @variants end |