Class: Crawlora::BrooklinenGroup
- Inherits:
-
Object
- Object
- Crawlora::BrooklinenGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #collection_products ⇒ Object
- #collections ⇒ Object
-
#initialize ⇒ BrooklinenGroup
constructor
A new instance of BrooklinenGroup.
- #page ⇒ Object
- #pages ⇒ Object
- #product ⇒ Object
- #product_recommendations ⇒ Object
- #products ⇒ Object
- #search_suggest ⇒ Object
- #sitemap_urls ⇒ Object
- #sitemaps ⇒ Object
- #store ⇒ Object
Constructor Details
#initialize ⇒ BrooklinenGroup
Returns a new instance of BrooklinenGroup.
267 |
# File 'sig/crawlora.rbs', line 267
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#collection_products ⇒ Object
269 |
# File 'sig/crawlora.rbs', line 269
def collection_products: (?handle: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#collections ⇒ Object
268 |
# File 'sig/crawlora.rbs', line 268
def collections: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#page ⇒ Object
271 |
# File 'sig/crawlora.rbs', line 271
def page: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#pages ⇒ Object
270 |
# File 'sig/crawlora.rbs', line 270
def pages: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
273 |
# File 'sig/crawlora.rbs', line 273
def product: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_recommendations ⇒ Object
274 |
# File 'sig/crawlora.rbs', line 274
def product_recommendations: (?handle: String, ?limit: Integer, ?intent: "related" | "complementary", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#products ⇒ Object
272 |
# File 'sig/crawlora.rbs', line 272
def products: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_suggest ⇒ Object
275 |
# File 'sig/crawlora.rbs', line 275
def search_suggest: (?q: String, ?types: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sitemap_urls ⇒ Object
276 |
# File 'sig/crawlora.rbs', line 276
def 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
|
#sitemaps ⇒ Object
277 |
# File 'sig/crawlora.rbs', line 277
def sitemaps: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#store ⇒ Object
278 |
# File 'sig/crawlora.rbs', line 278
def store: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|