Class: Optimizely::BaseUserProfileService
- Inherits:
-
Object
- Object
- Optimizely::BaseUserProfileService
- Defined in:
- lib/optimizely/user_profile_service.rb
Instance Method Summary collapse
-
#lookup(user_id) ⇒ Hash
Retrieve the Hash user profile associated with a given user ID.
-
#save(user_profile) ⇒ Object
Saves a given user profile.
Instance Method Details
#lookup(user_id) ⇒ Hash
Retrieve the Hash user profile associated with a given user ID.
28 |
# File 'lib/optimizely/user_profile_service.rb', line 28 def lookup(user_id); end |
#save(user_profile) ⇒ Object
Saves a given user profile.
33 |
# File 'lib/optimizely/user_profile_service.rb', line 33 def save(user_profile); end |