Class: Crawlora::UltaBeautyGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeUltaBeautyGroup

Returns a new instance of UltaBeautyGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


1411
# File 'sig/crawlora.rbs', line 1411

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#ulta_categoriesObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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_categoryObject

Parameters:

  • category: (String)
  • filter: (String)
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_productObject

Parameters:

  • productId: (String)
  • sku: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_questionsObject

Parameters:

  • product_id: (String)
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_reviewsObject

Parameters:

  • product_id: (String)
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_searchObject

Parameters:

  • query: (String)
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_storesObject

Parameters:

  • search: (String)
  • lat: (Float)
  • lng: (Float)
  • radius_meters: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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_suggestObject

Parameters:

  • query: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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