Class: Orderspace::Structs::OrderLine
- Inherits:
-
Struct
- Object
- Struct
- Orderspace::Structs::OrderLine
- Defined in:
- lib/orderspace/struct/order.rb
Instance Attribute Summary collapse
-
#dispatched ⇒ Object
Returns the value of attribute dispatched.
-
#grouping_category ⇒ Object
Returns the value of attribute grouping_category.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoiced ⇒ Object
Returns the value of attribute invoiced.
-
#name ⇒ Object
Returns the value of attribute name.
-
#on_hold ⇒ Object
Returns the value of attribute on_hold.
-
#options ⇒ Object
Returns the value of attribute options.
-
#paid ⇒ Object
Returns the value of attribute paid.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#shipping ⇒ Object
Returns the value of attribute shipping.
-
#sku ⇒ Object
Returns the value of attribute sku.
-
#sub_total ⇒ Object
Returns the value of attribute sub_total.
-
#tax_amount ⇒ Object
Returns the value of attribute tax_amount.
-
#tax_name ⇒ Object
Returns the value of attribute tax_name.
-
#tax_rate ⇒ Object
Returns the value of attribute tax_rate.
-
#unit_price ⇒ Object
Returns the value of attribute unit_price.
Instance Attribute Details
#dispatched ⇒ Object
Returns the value of attribute dispatched
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def dispatched @dispatched end |
#grouping_category ⇒ Object
Returns the value of attribute grouping_category
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def grouping_category @grouping_category end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def id @id end |
#invoiced ⇒ Object
Returns the value of attribute invoiced
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def invoiced @invoiced end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def name @name end |
#on_hold ⇒ Object
Returns the value of attribute on_hold
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def on_hold @on_hold end |
#options ⇒ Object
Returns the value of attribute options
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def @options end |
#paid ⇒ Object
Returns the value of attribute paid
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def paid @paid end |
#quantity ⇒ Object
Returns the value of attribute quantity
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def quantity @quantity end |
#shipping ⇒ Object
Returns the value of attribute shipping
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def shipping @shipping end |
#sku ⇒ Object
Returns the value of attribute sku
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def sku @sku end |
#sub_total ⇒ Object
Returns the value of attribute sub_total
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def sub_total @sub_total end |
#tax_amount ⇒ Object
Returns the value of attribute tax_amount
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def tax_amount @tax_amount end |
#tax_name ⇒ Object
Returns the value of attribute tax_name
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def tax_name @tax_name end |
#tax_rate ⇒ Object
Returns the value of attribute tax_rate
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def tax_rate @tax_rate end |
#unit_price ⇒ Object
Returns the value of attribute unit_price
9 10 11 |
# File 'lib/orderspace/struct/order.rb', line 9 def unit_price @unit_price end |