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.
143 |
# File 'sig/crawlora.rbs', line 143
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#product ⇒ Object
144 |
# File 'sig/crawlora.rbs', line 144
def product: (?product_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews ⇒ Object
145 |
# File 'sig/crawlora.rbs', line 145
def reviews: (?product_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
146 |
# File 'sig/crawlora.rbs', line 146
def search: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|