Class: Crawlora::WalmartGroup

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

Instance Method Summary collapse

Constructor Details

#initializeWalmartGroup

Returns a new instance of WalmartGroup.

Parameters:

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


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

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

Instance Method Details

#productObject

Parameters:

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

Returns:

  • (Object)


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

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

#product_reviewsObject

Parameters:

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

Returns:

  • (Object)


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

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

#searchObject

Parameters:

  • q: (String)
  • page: (Integer)
  • sort: ("best_match", "price_low", "price_high", "best_seller", "new_arrivals", "rating_high")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search: (?q: String, ?page: Integer, ?sort: "best_match" | "price_low" | "price_high" | "best_seller" | "new_arrivals" | "rating_high", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped