Class: Crawlora::IkeaGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeIkeaGroup

Returns a new instance of IkeaGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


849
# File 'sig/crawlora.rbs', line 849

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#availabilityObject

Parameters:

  • item_no: (String)
  • country: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


850
# File 'sig/crawlora.rbs', line 850

def availability: (?item_no: String, ?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#categoryObject

Parameters:

  • category: (String)
  • country: (String)
  • language: (String)
  • offset: (Integer)
  • size: (Integer)
  • sort: ("relevance", "price-low", "price-high", "newest", "rating", "name", "popular", "width", "height", "depth", "length")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


851
# File 'sig/crawlora.rbs', line 851

def category: (?category: String, ?country: String, ?language: String, ?offset: Integer, ?size: Integer, ?sort: "relevance" | "price-low" | "price-high" | "newest" | "rating" | "name" | "popular" | "width" | "height" | "depth" | "length", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#productObject

Parameters:

  • item_no: (String)
  • country: (String)
  • language: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


852
# File 'sig/crawlora.rbs', line 852

def product: (?item_no: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#reviewsObject

Parameters:

  • item_no: (String)
  • country: (String)
  • language: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


853
# File 'sig/crawlora.rbs', line 853

def reviews: (?item_no: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

  • q: (String)
  • country: (String)
  • language: (String)
  • size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


854
# File 'sig/crawlora.rbs', line 854

def search: (?q: String, ?country: String, ?language: String, ?size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#storeObject

Parameters:

  • slug: (String)
  • country: (String)
  • language: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


855
# File 'sig/crawlora.rbs', line 855

def store: (?slug: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#storesObject

Parameters:

  • country: (String)
  • language: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


856
# File 'sig/crawlora.rbs', line 856

def stores: (?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#suggestObject

Parameters:

  • q: (String)
  • country: (String)
  • language: (String)
  • size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


857
# File 'sig/crawlora.rbs', line 857

def suggest: (?q: String, ?country: String, ?language: String, ?size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped