Class: HighLevel::Models::Products::InventoryItemDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/inventory_item_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_out_of_stock_purchasesObject (readonly)

Returns the value of attribute allow_out_of_stock_purchases

Returns:

  • (Object)

    the current value of 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_quantityObject (readonly)

Returns the value of attribute available_quantity

Returns:

  • (Object)

    the current value of available_quantity



9
10
11
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9

def available_quantity
  @available_quantity
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9

def id
  @id
end

#imageObject (readonly)

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



9
10
11
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9

def image
  @image
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9

def name
  @name
end

#productObject (readonly)

Returns the value of attribute product

Returns:

  • (Object)

    the current value of product



9
10
11
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9

def product
  @product
end

#product_nameObject (readonly)

Returns the value of attribute product_name

Returns:

  • (Object)

    the current value of product_name



9
10
11
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9

def product_name
  @product_name
end

#skuObject (readonly)

Returns the value of attribute sku

Returns:

  • (Object)

    the current value of sku



9
10
11
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9

def sku
  @sku
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



9
10
11
# File 'lib/high_level/models/products/inventory_item_dto.rb', line 9

def updated_at
  @updated_at
end