Class: Crawlora::WishGroup
- Inherits:
-
Object
- Object
- Crawlora::WishGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
-
#initialize ⇒ WishGroup
constructor
A new instance of WishGroup.
- #product ⇒ Object
- #product_related ⇒ Object
- #product_reviews ⇒ Object
- #search ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ WishGroup
Returns a new instance of WishGroup.
1485 |
# File 'sig/crawlora.rbs', line 1485
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
1486 |
# File 'sig/crawlora.rbs', line 1486
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1487 |
# File 'sig/crawlora.rbs', line 1487
def product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_related ⇒ Object
1488 |
# File 'sig/crawlora.rbs', line 1488
def product_related: (?id: String, ?count: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_reviews ⇒ Object
1489 |
# File 'sig/crawlora.rbs', line 1489
def product_reviews: (?id: String, ?count: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1490 |
# File 'sig/crawlora.rbs', line 1490
def search: (?query: String, ?count: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1491 |
# File 'sig/crawlora.rbs', line 1491
def suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|