Class: Crawlora::TheBodyShopGroup
- Inherits:
-
Object
- Object
- Crawlora::TheBodyShopGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ TheBodyShopGroup
constructor
A new instance of TheBodyShopGroup.
- #thebodyshop_collection_products ⇒ Object
- #thebodyshop_collections ⇒ Object
- #thebodyshop_page ⇒ Object
- #thebodyshop_pages ⇒ Object
- #thebodyshop_product ⇒ Object
- #thebodyshop_product_recommendations ⇒ Object
- #thebodyshop_products ⇒ Object
- #thebodyshop_search_suggest ⇒ Object
- #thebodyshop_sitemap_urls ⇒ Object
- #thebodyshop_sitemaps ⇒ Object
- #thebodyshop_store ⇒ Object
Constructor Details
#initialize ⇒ TheBodyShopGroup
Returns a new instance of TheBodyShopGroup.
1673 |
# File 'sig/crawlora.rbs', line 1673
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#thebodyshop_collection_products ⇒ Object
1675 |
# File 'sig/crawlora.rbs', line 1675
def thebodyshop_collection_products: (?handle: String, ?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#thebodyshop_collections ⇒ Object
1674 |
# File 'sig/crawlora.rbs', line 1674
def thebodyshop_collections: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#thebodyshop_page ⇒ Object
1677 |
# File 'sig/crawlora.rbs', line 1677
def thebodyshop_page: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#thebodyshop_pages ⇒ Object
1676 |
# File 'sig/crawlora.rbs', line 1676
def thebodyshop_pages: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#thebodyshop_product ⇒ Object
1679 |
# File 'sig/crawlora.rbs', line 1679
def thebodyshop_product: (?handle: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#thebodyshop_product_recommendations ⇒ Object
1680 |
# File 'sig/crawlora.rbs', line 1680
def thebodyshop_product_recommendations: (?handle: String, ?limit: Integer, ?intent: "related" | "complementary", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#thebodyshop_products ⇒ Object
1678 |
# File 'sig/crawlora.rbs', line 1678
def thebodyshop_products: (?page: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#thebodyshop_search_suggest ⇒ Object
1681 |
# File 'sig/crawlora.rbs', line 1681
def thebodyshop_search_suggest: (?q: String, ?types: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#thebodyshop_sitemap_urls ⇒ Object
1682 |
# File 'sig/crawlora.rbs', line 1682
def thebodyshop_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
|
#thebodyshop_sitemaps ⇒ Object
1683 |
# File 'sig/crawlora.rbs', line 1683
def thebodyshop_sitemaps: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#thebodyshop_store ⇒ Object
1684 |
# File 'sig/crawlora.rbs', line 1684
def thebodyshop_store: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|