Class: RecombeeApiClient::ListSeries

Inherits:
ApiRequest show all
Defined in:
lib/recombee_api_client/api/list_series.rb

Overview

Gets the list of all the series currently present in the database.#

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from HashNormalizer

#camelize, #normalize_hash_to_camel_case

Constructor Details

#initializeListSeries

Returns a new instance of ListSeries.



16
17
18
19
# File 'lib/recombee_api_client/api/list_series.rb', line 16

def initialize
  @timeout = 100_000
  @ensure_https = false
end

Instance Attribute Details

#ensure_httpsObject

Returns the value of attribute ensure_https.



12
13
14
# File 'lib/recombee_api_client/api/list_series.rb', line 12

def ensure_https
  @ensure_https
end

#timeoutObject

Returns the value of attribute timeout.



12
13
14
# File 'lib/recombee_api_client/api/list_series.rb', line 12

def timeout
  @timeout
end

Instance Method Details

#body_parametersObject

Values of body parameters as a Hash



27
28
29
# File 'lib/recombee_api_client/api/list_series.rb', line 27

def body_parameters
  {}
end

#methodObject

HTTP method



22
23
24
# File 'lib/recombee_api_client/api/list_series.rb', line 22

def method
  :get
end

#pathObject

Relative path to the endpoint



38
39
40
# File 'lib/recombee_api_client/api/list_series.rb', line 38

def path
  '/{databaseId}/series/list/'
end

#query_parametersObject

Values of query parameters as a Hash. name of parameter => value of the parameter



33
34
35
# File 'lib/recombee_api_client/api/list_series.rb', line 33

def query_parameters
  {}
end