Class: Crawlora::ColeHaanGroup
- Inherits:
-
Object
- Object
- Crawlora::ColeHaanGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #colehaan_collection_products ⇒ Object
- #colehaan_collections ⇒ Object
- #colehaan_page ⇒ Object
- #colehaan_pages ⇒ Object
- #colehaan_product ⇒ Object
- #colehaan_product_recommendations ⇒ Object
- #colehaan_products ⇒ Object
- #colehaan_search_suggest ⇒ Object
- #colehaan_sitemap_urls ⇒ Object
- #colehaan_sitemaps ⇒ Object
- #colehaan_store ⇒ Object
-
#initialize ⇒ ColeHaanGroup
constructor
A new instance of ColeHaanGroup.
Constructor Details
#initialize ⇒ ColeHaanGroup
Returns a new instance of ColeHaanGroup.
358 |
# File 'sig/crawlora.rbs', line 358
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#colehaan_collection_products ⇒ Object
360 |
# File 'sig/crawlora.rbs', line 360
def colehaan_collection_products: (?handle: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#colehaan_collections ⇒ Object
359 |
# File 'sig/crawlora.rbs', line 359
def colehaan_collections: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#colehaan_page ⇒ Object
362 |
# File 'sig/crawlora.rbs', line 362
def colehaan_page: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#colehaan_pages ⇒ Object
361 |
# File 'sig/crawlora.rbs', line 361
def colehaan_pages: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#colehaan_product ⇒ Object
364 |
# File 'sig/crawlora.rbs', line 364
def colehaan_product: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#colehaan_product_recommendations ⇒ Object
365 |
# File 'sig/crawlora.rbs', line 365
def colehaan_product_recommendations: (?handle: String, ?limit: Integer, ?intent: "related" | "complementary", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#colehaan_products ⇒ Object
363 |
# File 'sig/crawlora.rbs', line 363
def colehaan_products: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#colehaan_search_suggest ⇒ Object
366 |
# File 'sig/crawlora.rbs', line 366
def colehaan_search_suggest: (?q: String, ?types: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#colehaan_sitemap_urls ⇒ Object
367 |
# File 'sig/crawlora.rbs', line 367
def colehaan_sitemap_urls: (?type: "all" | "products" | "collections" | "pages" | "blogs" | "agentic_discovery" | "other", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#colehaan_sitemaps ⇒ Object
368 |
# File 'sig/crawlora.rbs', line 368
def colehaan_sitemaps: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#colehaan_store ⇒ Object
369 |
# File 'sig/crawlora.rbs', line 369
def colehaan_store: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|