Class: Orderspace::Structs::OrderLine

Inherits:
Struct
  • Object
show all
Defined in:
lib/orderspace/struct/order.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dispatchedObject

Returns the value of attribute dispatched

Returns:

  • (Object)

    the current value of dispatched



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def dispatched
  @dispatched
end

#grouping_categoryObject

Returns the value of attribute grouping_category

Returns:

  • (Object)

    the current value of grouping_category



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def grouping_category
  @grouping_category
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def id
  @id
end

#invoicedObject

Returns the value of attribute invoiced

Returns:

  • (Object)

    the current value of invoiced



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def invoiced
  @invoiced
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def name
  @name
end

#on_holdObject

Returns the value of attribute on_hold

Returns:

  • (Object)

    the current value of on_hold



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def on_hold
  @on_hold
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def options
  @options
end

Returns the value of attribute paid

Returns:

  • (Object)

    the current value of paid



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def paid
  @paid
end

#quantityObject

Returns the value of attribute quantity

Returns:

  • (Object)

    the current value of quantity



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def quantity
  @quantity
end

#shippingObject

Returns the value of attribute shipping

Returns:

  • (Object)

    the current value of shipping



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def shipping
  @shipping
end

#skuObject

Returns the value of attribute sku

Returns:

  • (Object)

    the current value of sku



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def sku
  @sku
end

#sub_totalObject

Returns the value of attribute sub_total

Returns:

  • (Object)

    the current value of sub_total



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def sub_total
  @sub_total
end

#tax_amountObject

Returns the value of attribute tax_amount

Returns:

  • (Object)

    the current value of tax_amount



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def tax_amount
  @tax_amount
end

#tax_nameObject

Returns the value of attribute tax_name

Returns:

  • (Object)

    the current value of tax_name



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def tax_name
  @tax_name
end

#tax_rateObject

Returns the value of attribute tax_rate

Returns:

  • (Object)

    the current value of tax_rate



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def tax_rate
  @tax_rate
end

#unit_priceObject

Returns the value of attribute unit_price

Returns:

  • (Object)

    the current value of unit_price



9
10
11
# File 'lib/orderspace/struct/order.rb', line 9

def unit_price
  @unit_price
end