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