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.
973 |
# File 'sig/crawlora.rbs', line 973
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
974 |
# File 'sig/crawlora.rbs', line 974
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category_products ⇒ Object
975 |
# File 'sig/crawlora.rbs', line 975
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
976 |
# File 'sig/crawlora.rbs', line 976
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
977 |
# File 'sig/crawlora.rbs', line 977
def product: (?tcin: String, ?store_id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#questions ⇒ Object
978 |
# File 'sig/crawlora.rbs', line 978
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
979 |
# File 'sig/crawlora.rbs', line 979
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
980 |
# File 'sig/crawlora.rbs', line 980
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
|