Class: Crawlora::AmazonGroup
- Inherits:
-
Object
- Object
- Crawlora::AmazonGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ AmazonGroup
constructor
A new instance of AmazonGroup.
- #product ⇒ Object
- #search ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ AmazonGroup
Returns a new instance of AmazonGroup.
16 |
# File 'sig/crawlora.rbs', line 16
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#product ⇒ Object
17 |
# File 'sig/crawlora.rbs', line 17
def product: (?asin: String, ?language: "en_US", ?currency: "USD", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
18 |
# File 'sig/crawlora.rbs', line 18
def search: (?k: String, ?s: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
19 |
# File 'sig/crawlora.rbs', line 19
def suggest: (?keyword: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|