Class: Crawlora::UltaBeautyGroup
- Inherits:
-
Object
- Object
- Crawlora::UltaBeautyGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ UltaBeautyGroup
constructor
A new instance of UltaBeautyGroup.
- #ulta_categories ⇒ Object
- #ulta_category ⇒ Object
- #ulta_product ⇒ Object
- #ulta_product_questions ⇒ Object
- #ulta_product_reviews ⇒ Object
- #ulta_search ⇒ Object
- #ulta_stores ⇒ Object
- #ulta_suggest ⇒ Object
Constructor Details
#initialize ⇒ UltaBeautyGroup
Returns a new instance of UltaBeautyGroup.
1411 |
# File 'sig/crawlora.rbs', line 1411
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#ulta_categories ⇒ Object
1412 |
# File 'sig/crawlora.rbs', line 1412
def ulta_categories: (?department: "makeup-nails" | "skin-care" | "hair-care" | "fragrance" | "body-care" | "wellness" | "mens-care" | "tools-brushes", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ulta_category ⇒ Object
1413 |
# File 'sig/crawlora.rbs', line 1413
def ulta_category: (?category: String, ?filter: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ulta_product ⇒ Object
1416 |
# File 'sig/crawlora.rbs', line 1416
def ulta_product: (?productId: String, ?sku: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ulta_product_questions ⇒ Object
1414 |
# File 'sig/crawlora.rbs', line 1414
def ulta_product_questions: (?product_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ulta_product_reviews ⇒ Object
1415 |
# File 'sig/crawlora.rbs', line 1415
def ulta_product_reviews: (?product_id: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ulta_search ⇒ Object
1417 |
# File 'sig/crawlora.rbs', line 1417
def ulta_search: (?query: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ulta_stores ⇒ Object
1418 |
# File 'sig/crawlora.rbs', line 1418
def ulta_stores: (?search: String, ?lat: Float, ?lng: Float, ?radius_meters: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ulta_suggest ⇒ Object
1419 |
# File 'sig/crawlora.rbs', line 1419
def ulta_suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|