Class: Crawlora::CapterraGroup
- Inherits:
-
Object
- Object
- Crawlora::CapterraGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ CapterraGroup
constructor
A new instance of CapterraGroup.
- #product ⇒ Object
- #reviews ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ CapterraGroup
Returns a new instance of CapterraGroup.
197 |
# File 'sig/crawlora.rbs', line 197
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#product ⇒ Object
198 |
# File 'sig/crawlora.rbs', line 198
def product: (?product_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews ⇒ Object
199 |
# File 'sig/crawlora.rbs', line 199
def reviews: (?product_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
200 |
# File 'sig/crawlora.rbs', line 200
def search: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|