Class: Crawlora::KohlSGroup

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

Instance Method Summary collapse

Constructor Details

#initializeKohlSGroup

Returns a new instance of KohlSGroup.

Parameters:

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


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

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

Instance Method Details

#kohls_categoryObject

Parameters:

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

Returns:

  • (Object)


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

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

#kohls_product_reviewsObject

Parameters:

  • web_id: (String)
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def kohls_product_reviews: (?web_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#kohls_storesObject

Parameters:

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

Returns:

  • (Object)


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

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

#kohls_suggestObject

Parameters:

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

Returns:

  • (Object)


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

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