Class: Spree::LegacyUser
- Inherits:
-
Object
- Object
- Spree::LegacyUser
- Includes:
- UserAddress, UserMethods, UserPaymentSource
- Defined in:
- app/models/spree/legacy_user.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#password_confirmation ⇒ Object
Returns the value of attribute password_confirmation.
Method Summary
Methods included from UserMethods
#available_store_credits, #can_be_deleted?, #default_wishlist_for_store, #full_name, #last_incomplete_spree_order, #to_csv, #total_available_store_credit
Methods included from UserReporting
#amount_spent_in, #average_order_value, #completed_orders_for_store, #display_amount_spent_in, #lifetime_value, #order_count, #report_values_for
Methods included from DisplayMoney
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
10 11 12 |
# File 'app/models/spree/legacy_user.rb', line 10 def password @password end |
#password_confirmation ⇒ Object
Returns the value of attribute password_confirmation.
10 11 12 |
# File 'app/models/spree/legacy_user.rb', line 10 def password_confirmation @password_confirmation end |