Class: Crawlora::ZaraGroup
- Inherits:
-
Object
- Object
- Crawlora::ZaraGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
- #category_products ⇒ Object
-
#initialize ⇒ ZaraGroup
constructor
A new instance of ZaraGroup.
- #product ⇒ Object
- #search ⇒ Object
- #stores ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ ZaraGroup
Returns a new instance of ZaraGroup.
1679 |
# File 'sig/crawlora.rbs', line 1679
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
1680 |
# File 'sig/crawlora.rbs', line 1680
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category_products ⇒ Object
1681 |
# File 'sig/crawlora.rbs', line 1681
def category_products: (?categoryId: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1682 |
# File 'sig/crawlora.rbs', line 1682
def product: (?productId: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1683 |
# File 'sig/crawlora.rbs', line 1683
def search: (?query: String, ?section: "WOMAN" | "MAN" | "KID" | "HOME" | "BEAUTY", ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
1684 |
# File 'sig/crawlora.rbs', line 1684
def stores: (?lat: Float, ?lng: Float, ?radius: Integer, ?pickup_only: bool, ?donation_only: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1685 |
# File 'sig/crawlora.rbs', line 1685
def suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|