Class: Nuvemshop::Customer
- Defined in:
- lib/nuvemshop/customer.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#addresses ⇒ Object
Returns the value of attribute addresses.
-
#billing_address ⇒ Object
Returns the value of attribute billing_address.
-
#billing_city ⇒ Object
Returns the value of attribute billing_city.
-
#billing_country ⇒ Object
Returns the value of attribute billing_country.
-
#billing_floor ⇒ Object
Returns the value of attribute billing_floor.
-
#billing_locality ⇒ Object
Returns the value of attribute billing_locality.
-
#billing_name ⇒ Object
Returns the value of attribute billing_name.
-
#billing_number ⇒ Object
Returns the value of attribute billing_number.
-
#billing_phone ⇒ Object
Returns the value of attribute billing_phone.
-
#billing_province ⇒ Object
Returns the value of attribute billing_province.
-
#billing_zipcode ⇒ Object
Returns the value of attribute billing_zipcode.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#default_address ⇒ Object
Returns the value of attribute default_address.
-
#email ⇒ Object
Returns the value of attribute email.
-
#extra ⇒ Object
Returns the value of attribute extra.
-
#id ⇒ Object
Returns the value of attribute id.
-
#identification ⇒ Object
Returns the value of attribute identification.
-
#last_order_id ⇒ Object
Returns the value of attribute last_order_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#note ⇒ Object
Returns the value of attribute note.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#total_spent ⇒ Object
Returns the value of attribute total_spent.
-
#total_spent_currency ⇒ Object
Returns the value of attribute total_spent_currency.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from BaseModel
attr_accessor, attributes, #attributes, #pretty_print
Methods included from Extensions::MassAssignment
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def active @active end |
#addresses ⇒ Object
Returns the value of attribute addresses.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def addresses @addresses end |
#billing_address ⇒ Object
Returns the value of attribute billing_address.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def billing_address @billing_address end |
#billing_city ⇒ Object
Returns the value of attribute billing_city.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def billing_city @billing_city end |
#billing_country ⇒ Object
Returns the value of attribute billing_country.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def billing_country @billing_country end |
#billing_floor ⇒ Object
Returns the value of attribute billing_floor.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def billing_floor @billing_floor end |
#billing_locality ⇒ Object
Returns the value of attribute billing_locality.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def billing_locality @billing_locality end |
#billing_name ⇒ Object
Returns the value of attribute billing_name.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def billing_name @billing_name end |
#billing_number ⇒ Object
Returns the value of attribute billing_number.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def billing_number @billing_number end |
#billing_phone ⇒ Object
Returns the value of attribute billing_phone.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def billing_phone @billing_phone end |
#billing_province ⇒ Object
Returns the value of attribute billing_province.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def billing_province @billing_province end |
#billing_zipcode ⇒ Object
Returns the value of attribute billing_zipcode.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def billing_zipcode @billing_zipcode end |
#created_at ⇒ Object
Returns the value of attribute created_at.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def created_at @created_at end |
#default_address ⇒ Object
Returns the value of attribute default_address.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def default_address @default_address end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def email @email end |
#extra ⇒ Object
Returns the value of attribute extra.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def extra @extra end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def id @id end |
#identification ⇒ Object
Returns the value of attribute identification.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def identification @identification end |
#last_order_id ⇒ Object
Returns the value of attribute last_order_id.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def last_order_id @last_order_id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def name @name end |
#note ⇒ Object
Returns the value of attribute note.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def note @note end |
#phone ⇒ Object
Returns the value of attribute phone.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def phone @phone end |
#total_spent ⇒ Object
Returns the value of attribute total_spent.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def total_spent @total_spent end |
#total_spent_currency ⇒ Object
Returns the value of attribute total_spent_currency.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def total_spent_currency @total_spent_currency end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
3 4 5 |
# File 'lib/nuvemshop/customer.rb', line 3 def updated_at @updated_at end |