Class: Crawlora::KylieCosmeticsGroup
- Inherits:
-
Object
- Object
- Crawlora::KylieCosmeticsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ KylieCosmeticsGroup
constructor
A new instance of KylieCosmeticsGroup.
- #kyliecosmetics_collection_products ⇒ Object
- #kyliecosmetics_collections ⇒ Object
- #kyliecosmetics_page ⇒ Object
- #kyliecosmetics_pages ⇒ Object
- #kyliecosmetics_product ⇒ Object
- #kyliecosmetics_product_recommendations ⇒ Object
- #kyliecosmetics_products ⇒ Object
- #kyliecosmetics_search_suggest ⇒ Object
- #kyliecosmetics_sitemap_urls ⇒ Object
- #kyliecosmetics_sitemaps ⇒ Object
- #kyliecosmetics_store ⇒ Object
Constructor Details
#initialize ⇒ KylieCosmeticsGroup
Returns a new instance of KylieCosmeticsGroup.
1028 |
# File 'sig/crawlora.rbs', line 1028
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#kyliecosmetics_collection_products ⇒ Object
1030 |
# File 'sig/crawlora.rbs', line 1030
def kyliecosmetics_collection_products: (?handle: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kyliecosmetics_collections ⇒ Object
1029 |
# File 'sig/crawlora.rbs', line 1029
def kyliecosmetics_collections: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kyliecosmetics_page ⇒ Object
1032 |
# File 'sig/crawlora.rbs', line 1032
def kyliecosmetics_page: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kyliecosmetics_pages ⇒ Object
1031 |
# File 'sig/crawlora.rbs', line 1031
def kyliecosmetics_pages: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kyliecosmetics_product ⇒ Object
1034 |
# File 'sig/crawlora.rbs', line 1034
def kyliecosmetics_product: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kyliecosmetics_product_recommendations ⇒ Object
1035 |
# File 'sig/crawlora.rbs', line 1035
def kyliecosmetics_product_recommendations: (?handle: String, ?limit: Integer, ?intent: "related" | "complementary", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kyliecosmetics_products ⇒ Object
1033 |
# File 'sig/crawlora.rbs', line 1033
def kyliecosmetics_products: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kyliecosmetics_search_suggest ⇒ Object
1036 |
# File 'sig/crawlora.rbs', line 1036
def kyliecosmetics_search_suggest: (?q: String, ?types: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kyliecosmetics_sitemap_urls ⇒ Object
1037 |
# File 'sig/crawlora.rbs', line 1037
def kyliecosmetics_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
|
#kyliecosmetics_sitemaps ⇒ Object
1038 |
# File 'sig/crawlora.rbs', line 1038
def kyliecosmetics_sitemaps: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#kyliecosmetics_store ⇒ Object
1039 |
# File 'sig/crawlora.rbs', line 1039
def kyliecosmetics_store: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|