Method: Profile#get_preferences

Defined in:
lib/user/profile/profile.rb

#get_preferencesObject

Get preferences.

Get preferences of current user logged.

Example

@data = @mints_user.get_preferences


22
23
24
# File 'lib/user/profile/profile.rb', line 22

def get_preferences
    return @client.raw("get", "/profile/preferences")
end