Class: Crawlora::TargetGroup
- Inherits:
-
Object
- Object
- Crawlora::TargetGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
- #category_products ⇒ Object
- #filter_options ⇒ Object
-
#initialize ⇒ TargetGroup
constructor
A new instance of TargetGroup.
- #product ⇒ Object
- #questions ⇒ Object
- #reviews ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ TargetGroup
Returns a new instance of TargetGroup.
1193 |
# File 'sig/crawlora.rbs', line 1193
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
1194 |
# File 'sig/crawlora.rbs', line 1194
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category_products ⇒ Object
1195 |
# File 'sig/crawlora.rbs', line 1195
def category_products: (?category_id: String, ?page: Integer, ?sort: "relevance" | "featured" | "price-low" | "price-high" | "rating" | "bestselling" | "newest", ?store_id: Integer, ?filter_ids: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#filter_options ⇒ Object
1196 |
# File 'sig/crawlora.rbs', line 1196
def filter_options: (?q: String, ?category_id: String, ?store_id: Integer, ?filter_ids: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1197 |
# File 'sig/crawlora.rbs', line 1197
def product: (?tcin: String, ?store_id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#questions ⇒ Object
1198 |
# File 'sig/crawlora.rbs', line 1198
def questions: (?tcin: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews ⇒ Object
1199 |
# File 'sig/crawlora.rbs', line 1199
def reviews: (?tcin: String, ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1200 |
# File 'sig/crawlora.rbs', line 1200
def search: (?q: String, ?page: Integer, ?sort: "relevance" | "featured" | "price-low" | "price-high" | "rating" | "bestselling" | "newest", ?store_id: Integer, ?filter_ids: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|