Class: Crawlora::WayfairGroup
- Inherits:
-
Object
- Object
- Crawlora::WayfairGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
- #category ⇒ Object
-
#initialize ⇒ WayfairGroup
constructor
A new instance of WayfairGroup.
- #product ⇒ Object
Constructor Details
#initialize ⇒ WayfairGroup
Returns a new instance of WayfairGroup.
1471 |
# File 'sig/crawlora.rbs', line 1471
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
1472 |
# File 'sig/crawlora.rbs', line 1472
def categories: (?q: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
1473 |
# File 'sig/crawlora.rbs', line 1473
def category: (?category: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1474 |
# File 'sig/crawlora.rbs', line 1474
def product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|