class RecombeeApiClient::GetUserValues
Gets all the current property values of the given user.
Attributes
Public Class Methods
Source
# File lib/recombee_api_client/api/get_user_values.rb, line 22 def initialize(user_id) @user_id = user_id @timeout = 3000 @ensure_https = false end
-
*Required arguments*
-
user_id
-> ID of the user whose properties are to be obtained.
-
Public Instance Methods
Source
# File lib/recombee_api_client/api/get_user_values.rb, line 34 def body_parameters p = Hash.new p end
Values of body parameters as a Hash
Source
# File lib/recombee_api_client/api/get_user_values.rb, line 29 def method :get end
HTTP method
Source
# File lib/recombee_api_client/api/get_user_values.rb, line 47 def path "/{databaseId}/users/#{@user_id}" end
Relative path to the endpoint
Source
# File lib/recombee_api_client/api/get_user_values.rb, line 41 def query_parameters params = {} params end
Values of query parameters as a Hash. name of parameter => value of the parameter