Class: Crawlora::OhPollyGroup
- Inherits:
-
Object
- Object
- Crawlora::OhPollyGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ OhPollyGroup
constructor
A new instance of OhPollyGroup.
- #ohpolly_collection_products ⇒ Object
- #ohpolly_collections ⇒ Object
- #ohpolly_page ⇒ Object
- #ohpolly_pages ⇒ Object
- #ohpolly_product ⇒ Object
- #ohpolly_product_recommendations ⇒ Object
- #ohpolly_products ⇒ Object
- #ohpolly_search_suggest ⇒ Object
- #ohpolly_sitemap_urls ⇒ Object
- #ohpolly_sitemaps ⇒ Object
- #ohpolly_store ⇒ Object
Constructor Details
#initialize ⇒ OhPollyGroup
Returns a new instance of OhPollyGroup.
1181 |
# File 'sig/crawlora.rbs', line 1181
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#ohpolly_collection_products ⇒ Object
1183 |
# File 'sig/crawlora.rbs', line 1183
def ohpolly_collection_products: (?handle: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ohpolly_collections ⇒ Object
1182 |
# File 'sig/crawlora.rbs', line 1182
def ohpolly_collections: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ohpolly_page ⇒ Object
1185 |
# File 'sig/crawlora.rbs', line 1185
def ohpolly_page: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ohpolly_pages ⇒ Object
1184 |
# File 'sig/crawlora.rbs', line 1184
def ohpolly_pages: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ohpolly_product ⇒ Object
1187 |
# File 'sig/crawlora.rbs', line 1187
def ohpolly_product: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ohpolly_product_recommendations ⇒ Object
1188 |
# File 'sig/crawlora.rbs', line 1188
def ohpolly_product_recommendations: (?handle: String, ?limit: Integer, ?intent: "related" | "complementary", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ohpolly_products ⇒ Object
1186 |
# File 'sig/crawlora.rbs', line 1186
def ohpolly_products: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ohpolly_search_suggest ⇒ Object
1189 |
# File 'sig/crawlora.rbs', line 1189
def ohpolly_search_suggest: (?q: String, ?types: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ohpolly_sitemap_urls ⇒ Object
1190 |
# File 'sig/crawlora.rbs', line 1190
def ohpolly_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
|
#ohpolly_sitemaps ⇒ Object
1191 |
# File 'sig/crawlora.rbs', line 1191
def ohpolly_sitemaps: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ohpolly_store ⇒ Object
1192 |
# File 'sig/crawlora.rbs', line 1192
def ohpolly_store: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|