Class: Crawlora::WalmartGroup
- Inherits:
-
Object
- Object
- Crawlora::WalmartGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ WalmartGroup
constructor
A new instance of WalmartGroup.
- #product ⇒ Object
- #product_reviews ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ WalmartGroup
Returns a new instance of WalmartGroup.
916 |
# File 'sig/crawlora.rbs', line 916
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#product ⇒ 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_reviews ⇒ 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
|
#search ⇒ 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
|