Class: Spree::LegacyUser

Inherits:
Base
  • 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

#analytics_id, #has_spree_role?, #last_incomplete_spree_order, #total_available_store_credit

Methods included from UserReporting

#average_order_value, #lifetime_value, #order_count

Methods included from DisplayMoney

#money_methods

Methods included from UserApiAuthentication

#clear_spree_api_key!, #generate_spree_api_key!

Methods inherited from Base

page, spree_base_scopes

Methods included from Preferences::Preferable

#clear_preferences, #default_preferences, #defined_preferences, #get_preference, #has_preference!, #has_preference?, #preference_default, #preference_type, #set_preference

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.



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

def password_confirmation
  @password_confirmation
end