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.
1270 |
# File 'sig/crawlora.rbs', line 1270
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
1271 |
# File 'sig/crawlora.rbs', line 1271
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category_products ⇒ Object
1272 |
# File 'sig/crawlora.rbs', line 1272
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
1273 |
# File 'sig/crawlora.rbs', line 1273
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
1274 |
# File 'sig/crawlora.rbs', line 1274
def product: (?tcin: String, ?store_id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#questions ⇒ Object
1275 |
# File 'sig/crawlora.rbs', line 1275
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
1276 |
# File 'sig/crawlora.rbs', line 1276
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
1277 |
# File 'sig/crawlora.rbs', line 1277
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
|