Class: Crawlora::FashionNovaGroup
- Inherits:
-
Object
- Object
- Crawlora::FashionNovaGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #fashionnova_collection_products ⇒ Object
- #fashionnova_collections ⇒ Object
- #fashionnova_page ⇒ Object
- #fashionnova_pages ⇒ Object
- #fashionnova_product ⇒ Object
- #fashionnova_product_recommendations ⇒ Object
- #fashionnova_products ⇒ Object
- #fashionnova_search_suggest ⇒ Object
- #fashionnova_sitemap_urls ⇒ Object
- #fashionnova_sitemaps ⇒ Object
- #fashionnova_store ⇒ Object
-
#initialize ⇒ FashionNovaGroup
constructor
A new instance of FashionNovaGroup.
Constructor Details
#initialize ⇒ FashionNovaGroup
Returns a new instance of FashionNovaGroup.
660 |
# File 'sig/crawlora.rbs', line 660
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#fashionnova_collection_products ⇒ Object
662 |
# File 'sig/crawlora.rbs', line 662
def fashionnova_collection_products: (?handle: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#fashionnova_collections ⇒ Object
661 |
# File 'sig/crawlora.rbs', line 661
def fashionnova_collections: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#fashionnova_page ⇒ Object
664 |
# File 'sig/crawlora.rbs', line 664
def fashionnova_page: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#fashionnova_pages ⇒ Object
663 |
# File 'sig/crawlora.rbs', line 663
def fashionnova_pages: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#fashionnova_product ⇒ Object
666 |
# File 'sig/crawlora.rbs', line 666
def fashionnova_product: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#fashionnova_product_recommendations ⇒ Object
667 |
# File 'sig/crawlora.rbs', line 667
def fashionnova_product_recommendations: (?handle: String, ?limit: Integer, ?intent: "related" | "complementary", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#fashionnova_products ⇒ Object
665 |
# File 'sig/crawlora.rbs', line 665
def fashionnova_products: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#fashionnova_search_suggest ⇒ Object
668 |
# File 'sig/crawlora.rbs', line 668
def fashionnova_search_suggest: (?q: String, ?types: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#fashionnova_sitemap_urls ⇒ Object
669 |
# File 'sig/crawlora.rbs', line 669
def fashionnova_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
|
#fashionnova_sitemaps ⇒ Object
670 |
# File 'sig/crawlora.rbs', line 670
def fashionnova_sitemaps: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#fashionnova_store ⇒ Object
671 |
# File 'sig/crawlora.rbs', line 671
def fashionnova_store: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|