Class: Orderspace::Structs::Order
- Inherits:
-
Struct
- Object
- Struct
- Orderspace::Structs::Order
- Defined in:
- lib/orderspace/struct/order.rb
Instance Attribute Summary collapse
-
#billing_address ⇒ Object
Returns the value of attribute billing_address.
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#created ⇒ Object
Returns the value of attribute created.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#customer_note ⇒ Object
Returns the value of attribute customer_note.
-
#customer_po_number ⇒ Object
Returns the value of attribute customer_po_number.
-
#delivery_date ⇒ Object
Returns the value of attribute delivery_date.
-
#email_addresses ⇒ Object
Returns the value of attribute email_addresses.
-
#gross_total ⇒ Object
Returns the value of attribute gross_total.
-
#id ⇒ Object
Returns the value of attribute id.
-
#internal_note ⇒ Object
Returns the value of attribute internal_note.
-
#net_total ⇒ Object
Returns the value of attribute net_total.
-
#number ⇒ Object
Returns the value of attribute number.
-
#order_lines ⇒ Object
Returns the value of attribute order_lines.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#shipping_address ⇒ Object
Returns the value of attribute shipping_address.
-
#shipping_type ⇒ Object
Returns the value of attribute shipping_type.
-
#standing_order_id ⇒ Object
Returns the value of attribute standing_order_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#billing_address ⇒ Object
Returns the value of attribute billing_address
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def billing_address @billing_address end |
#company_name ⇒ Object
Returns the value of attribute company_name
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def company_name @company_name end |
#created ⇒ Object
Returns the value of attribute created
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def created @created end |
#currency ⇒ Object
Returns the value of attribute currency
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def currency @currency end |
#customer_id ⇒ Object
Returns the value of attribute customer_id
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def customer_id @customer_id end |
#customer_note ⇒ Object
Returns the value of attribute customer_note
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def customer_note @customer_note end |
#customer_po_number ⇒ Object
Returns the value of attribute customer_po_number
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def customer_po_number @customer_po_number end |
#delivery_date ⇒ Object
Returns the value of attribute delivery_date
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def delivery_date @delivery_date end |
#email_addresses ⇒ Object
Returns the value of attribute email_addresses
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def email_addresses @email_addresses end |
#gross_total ⇒ Object
Returns the value of attribute gross_total
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def gross_total @gross_total end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def id @id end |
#internal_note ⇒ Object
Returns the value of attribute internal_note
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def internal_note @internal_note end |
#net_total ⇒ Object
Returns the value of attribute net_total
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def net_total @net_total end |
#number ⇒ Object
Returns the value of attribute number
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def number @number end |
#order_lines ⇒ Object
Returns the value of attribute order_lines
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def order_lines @order_lines end |
#phone ⇒ Object
Returns the value of attribute phone
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def phone @phone end |
#reference ⇒ Object
Returns the value of attribute reference
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def reference @reference end |
#shipping_address ⇒ Object
Returns the value of attribute shipping_address
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def shipping_address @shipping_address end |
#shipping_type ⇒ Object
Returns the value of attribute shipping_type
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def shipping_type @shipping_type end |
#standing_order_id ⇒ Object
Returns the value of attribute standing_order_id
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def standing_order_id @standing_order_id end |
#status ⇒ Object
Returns the value of attribute status
5 6 7 |
# File 'lib/orderspace/struct/order.rb', line 5 def status @status end |