class RecombeeApiClient::GetItemValues
Gets all the current property values of the given item.
Attributes
Public Class Methods
Source
# File lib/recombee_api_client/api/get_item_values.rb, line 22 def initialize(item_id) @item_id = item_id @timeout = 3000 @ensure_https = false end
-
*Required arguments*
-
item_id
-> ID of the item whose properties are to be obtained.
-
Public Instance Methods
Source
# File lib/recombee_api_client/api/get_item_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_item_values.rb, line 29 def method :get end
HTTP method
Source
# File lib/recombee_api_client/api/get_item_values.rb, line 47 def path "/{databaseId}/items/#{@item_id}" end
Relative path to the endpoint
Source
# File lib/recombee_api_client/api/get_item_values.rb, line 41 def query_parameters params = {} params end
Values of query parameters as a Hash. name of parameter => value of the parameter