Class: Crawlora::RothySGroup
- Inherits:
-
Object
- Object
- Crawlora::RothySGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ RothySGroup
constructor
A new instance of RothySGroup.
- #rothys_collection_products ⇒ Object
- #rothys_collections ⇒ Object
- #rothys_page ⇒ Object
- #rothys_pages ⇒ Object
- #rothys_product ⇒ Object
- #rothys_product_recommendations ⇒ Object
- #rothys_products ⇒ Object
- #rothys_search_suggest ⇒ Object
- #rothys_sitemap_urls ⇒ Object
- #rothys_sitemaps ⇒ Object
- #rothys_store ⇒ Object
Constructor Details
#initialize ⇒ RothySGroup
Returns a new instance of RothySGroup.
1395 |
# File 'sig/crawlora.rbs', line 1395
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#rothys_collection_products ⇒ Object
1397 |
# File 'sig/crawlora.rbs', line 1397
def rothys_collection_products: (?handle: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rothys_collections ⇒ Object
1396 |
# File 'sig/crawlora.rbs', line 1396
def rothys_collections: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rothys_page ⇒ Object
1399 |
# File 'sig/crawlora.rbs', line 1399
def rothys_page: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rothys_pages ⇒ Object
1398 |
# File 'sig/crawlora.rbs', line 1398
def rothys_pages: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rothys_product ⇒ Object
1401 |
# File 'sig/crawlora.rbs', line 1401
def rothys_product: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rothys_product_recommendations ⇒ Object
1402 |
# File 'sig/crawlora.rbs', line 1402
def rothys_product_recommendations: (?handle: String, ?limit: Integer, ?intent: "related" | "complementary", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rothys_products ⇒ Object
1400 |
# File 'sig/crawlora.rbs', line 1400
def rothys_products: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rothys_search_suggest ⇒ Object
1403 |
# File 'sig/crawlora.rbs', line 1403
def rothys_search_suggest: (?q: String, ?types: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rothys_sitemap_urls ⇒ Object
1404 |
# File 'sig/crawlora.rbs', line 1404
def rothys_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
|
#rothys_sitemaps ⇒ Object
1405 |
# File 'sig/crawlora.rbs', line 1405
def rothys_sitemaps: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rothys_store ⇒ Object
1406 |
# File 'sig/crawlora.rbs', line 1406
def rothys_store: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|