Class: Crawlora::QuinceGroup
- Inherits:
-
Object
- Object
- Crawlora::QuinceGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
-
#initialize ⇒ QuinceGroup
constructor
A new instance of QuinceGroup.
- #navigation ⇒ Object
- #product ⇒ Object
- #product_faq ⇒ Object
- #product_reviews ⇒ Object
- #search ⇒ Object
- #sitemap_urls ⇒ Object
- #sitemaps ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ QuinceGroup
Returns a new instance of QuinceGroup.
1350 |
# File 'sig/crawlora.rbs', line 1350
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
1351 |
# File 'sig/crawlora.rbs', line 1351
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#navigation ⇒ Object
1352 |
# File 'sig/crawlora.rbs', line 1352
def navigation: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1353 |
# File 'sig/crawlora.rbs', line 1353
def product: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_faq ⇒ Object
1354 |
# File 'sig/crawlora.rbs', line 1354
def product_faq: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_reviews ⇒ Object
1355 |
# File 'sig/crawlora.rbs', line 1355
def product_reviews: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1356 |
# File 'sig/crawlora.rbs', line 1356
def search: (?q: String, ?department: String, ?category: String, ?material: String, ?color: String, ?size: String, ?min_price: Float, ?max_price: Float, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sitemap_urls ⇒ Object
1357 |
# File 'sig/crawlora.rbs', line 1357
def sitemap_urls: (?type: "all" | "products" | "collections" | "subcollections" | "pages", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sitemaps ⇒ Object
1358 |
# File 'sig/crawlora.rbs', line 1358
def sitemaps: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1359 |
# File 'sig/crawlora.rbs', line 1359
def suggest: (?q: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|