Class: Spree::LegacyUser

Inherits:
Object
  • Object
show all
Includes:
UserAddress, UserMethods, UserPaymentSource
Defined in:
app/models/spree/legacy_user.rb

Instance Attribute Summary collapse

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

#money_methods

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



10
11
12
# File 'app/models/spree/legacy_user.rb', line 10

def password
  @password
end

#password_confirmationObject

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