Class: Crawlora::LululemonGroup
- Inherits:
-
Object
- Object
- Crawlora::LululemonGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
- #category ⇒ Object
-
#initialize ⇒ LululemonGroup
constructor
A new instance of LululemonGroup.
- #outfit ⇒ Object
- #product ⇒ Object
- #stores ⇒ Object
Constructor Details
#initialize ⇒ LululemonGroup
Returns a new instance of LululemonGroup.
786 |
# File 'sig/crawlora.rbs', line 786
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
787 |
# File 'sig/crawlora.rbs', line 787
def categories: (?section: "new-featured" | "women" | "men" | "accessories" | "bags" | "activity" | "we-made-too-much", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
788 |
# File 'sig/crawlora.rbs', line 788
def category: (?category: String, ?cdp_hash: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#outfit ⇒ Object
789 |
# File 'sig/crawlora.rbs', line 789
def outfit: (?unified_id: String, ?color_code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
790 |
# File 'sig/crawlora.rbs', line 790
def product: (?product_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
791 |
# File 'sig/crawlora.rbs', line 791
def stores: (?country: String, ?state: String, ?lat: Float, ?lng: Float, ?radius_miles: Float, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|