Class: Workarea::Storefront::OrderViewModel::CancelledItem

Inherits:
Struct
  • Object
show all
Defined in:
app/view_models/workarea/storefront/order_view_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#product_attributesObject

Returns the value of attribute product_attributes

Returns:

  • (Object)

    the current value of product_attributes



7
8
9
# File 'app/view_models/workarea/storefront/order_view_model.rb', line 7

def product_attributes
  @product_attributes
end

#quantityObject

Returns the value of attribute quantity

Returns:

  • (Object)

    the current value of quantity



7
8
9
# File 'app/view_models/workarea/storefront/order_view_model.rb', line 7

def quantity
  @quantity
end

#skuObject

Returns the value of attribute sku

Returns:

  • (Object)

    the current value of sku



7
8
9
# File 'app/view_models/workarea/storefront/order_view_model.rb', line 7

def sku
  @sku
end