Class: HighLevel::Models::Products::InventoryItemDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::InventoryItemDto
- Defined in:
- lib/high_level/models/products/inventory_item_dto.rb
Instance Attribute Summary collapse
-
#allow_out_of_stock_purchases ⇒ Object
readonly
Returns the value of attribute allow_out_of_stock_purchases.
-
#available_quantity ⇒ Object
readonly
Returns the value of attribute available_quantity.
-
#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.
-
#product ⇒ Object
readonly
Returns the value of attribute product.
-
#product_name ⇒ Object
readonly
Returns the value of attribute product_name.
-
#sku ⇒ Object
readonly
Returns the value of attribute sku.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#allow_out_of_stock_purchases ⇒ Object (readonly)
Returns the value of attribute allow_out_of_stock_purchases
9 10 11 |
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9 def allow_out_of_stock_purchases @allow_out_of_stock_purchases end |
#available_quantity ⇒ Object (readonly)
Returns the value of attribute available_quantity
9 10 11 |
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9 def available_quantity @available_quantity end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/products/inventory_item_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/inventory_item_dto.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/inventory_item_dto.rb', line 9 def name @name end |
#product ⇒ Object (readonly)
Returns the value of attribute product
9 10 11 |
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9 def product @product end |
#product_name ⇒ Object (readonly)
Returns the value of attribute product_name
9 10 11 |
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9 def product_name @product_name end |
#sku ⇒ Object (readonly)
Returns the value of attribute sku
9 10 11 |
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9 def sku @sku end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9 def updated_at @updated_at end |