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.
1908 |
# File 'sig/crawlora.rbs', line 1908
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
1909 |
# File 'sig/crawlora.rbs', line 1909
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1910 |
# File 'sig/crawlora.rbs', line 1910
def product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_related ⇒ Object
1911 |
# File 'sig/crawlora.rbs', line 1911
def product_related: (?id: String, ?count: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_reviews ⇒ Object
1912 |
# File 'sig/crawlora.rbs', line 1912
def product_reviews: (?id: String, ?count: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1913 |
# File 'sig/crawlora.rbs', line 1913
def search: (?query: String, ?count: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1914 |
# File 'sig/crawlora.rbs', line 1914
def suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|