Class: Orderspace::Structs::Customer
- Inherits:
-
Struct
- Object
- Struct
- Orderspace::Structs::Customer
- Defined in:
- lib/orderspace/struct/customer.rb
Instance Attribute Summary collapse
-
#addresses ⇒ Object
Returns the value of attribute addresses.
-
#buyers ⇒ Object
Returns the value of attribute buyers.
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#customer_group_id ⇒ Object
Returns the value of attribute customer_group_id.
-
#email_addresses ⇒ Object
Returns the value of attribute email_addresses.
-
#id ⇒ Object
Returns the value of attribute id.
-
#minimum_spend ⇒ Object
Returns the value of attribute minimum_spend.
-
#payment_terms_id ⇒ Object
Returns the value of attribute payment_terms_id.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#price_list_id ⇒ Object
Returns the value of attribute price_list_id.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tax_number ⇒ Object
Returns the value of attribute tax_number.
-
#tax_rate_id ⇒ Object
Returns the value of attribute tax_rate_id.
Instance Attribute Details
#addresses ⇒ Object
Returns the value of attribute addresses
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def addresses @addresses end |
#buyers ⇒ Object
Returns the value of attribute buyers
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def buyers @buyers end |
#company_name ⇒ Object
Returns the value of attribute company_name
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def company_name @company_name end |
#created_at ⇒ Object
Returns the value of attribute created_at
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def created_at @created_at end |
#customer_group_id ⇒ Object
Returns the value of attribute customer_group_id
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def customer_group_id @customer_group_id end |
#email_addresses ⇒ Object
Returns the value of attribute email_addresses
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def email_addresses @email_addresses end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def id @id end |
#minimum_spend ⇒ Object
Returns the value of attribute minimum_spend
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def minimum_spend @minimum_spend end |
#payment_terms_id ⇒ Object
Returns the value of attribute payment_terms_id
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def payment_terms_id @payment_terms_id end |
#phone ⇒ Object
Returns the value of attribute phone
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def phone @phone end |
#price_list_id ⇒ Object
Returns the value of attribute price_list_id
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def price_list_id @price_list_id end |
#reference ⇒ Object
Returns the value of attribute reference
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def reference @reference end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def status @status end |
#tax_number ⇒ Object
Returns the value of attribute tax_number
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def tax_number @tax_number end |
#tax_rate_id ⇒ Object
Returns the value of attribute tax_rate_id
6 7 8 |
# File 'lib/orderspace/struct/customer.rb', line 6 def tax_rate_id @tax_rate_id end |