Class: Crawlora::SephoraGroup
- Inherits:
-
Object
- Object
- Crawlora::SephoraGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #category ⇒ Object
-
#initialize ⇒ SephoraGroup
constructor
A new instance of SephoraGroup.
- #product ⇒ Object
- #product_questions ⇒ Object
- #product_reviews ⇒ Object
- #search ⇒ Object
- #stores ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ SephoraGroup
Returns a new instance of SephoraGroup.
1446 |
# File 'sig/crawlora.rbs', line 1446
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#category ⇒ Object
1447 |
# File 'sig/crawlora.rbs', line 1447
def category: (?slug: String, ?page: Integer, ?sort_by: "featured" | "top_rated" | "new" | "best_selling" | "price_low_to_high" | "price_high_to_low", ?price_min: Integer, ?price_max: Integer, ?brand: Array[String], ?rating_min: Integer, ?is_new: bool, ?filter: Array[String], ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1448 |
# File 'sig/crawlora.rbs', line 1448
def product: (?product_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_questions ⇒ Object
1449 |
# File 'sig/crawlora.rbs', line 1449
def product_questions: (?product_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_reviews ⇒ Object
1450 |
# File 'sig/crawlora.rbs', line 1450
def product_reviews: (?product_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1451 |
# File 'sig/crawlora.rbs', line 1451
def search: (?query: String, ?page: Integer, ?page_size: Integer, ?sort_by: "featured" | "top_rated" | "new" | "best_selling" | "price_low_to_high" | "price_high_to_low", ?price_min: Integer, ?price_max: Integer, ?brand: Array[String], ?rating_min: Integer, ?is_new: bool, ?filter: Array[String], ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
1452 |
# File 'sig/crawlora.rbs', line 1452
def stores: (?latitude: Float, ?longitude: Float, ?radius: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1453 |
# File 'sig/crawlora.rbs', line 1453
def suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|