Class: Crawlora::SephoraGroup

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

Instance Method Summary collapse

Constructor Details

#initializeSephoraGroup

Returns a new instance of SephoraGroup.

Parameters:

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


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

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

Instance Method Details

#categoryObject

Parameters:

  • 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: (Boolean)
  • filter: (Array[String])
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

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

#productObject

Parameters:

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

Returns:

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

Parameters:

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

Returns:

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

Parameters:

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

Returns:

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

#searchObject

Parameters:

  • 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: (Boolean)
  • filter: (Array[String])
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

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

#storesObject

Parameters:

  • latitude: (Float)
  • longitude: (Float)
  • radius: (Integer)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

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

#suggestObject

Parameters:

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

Returns:

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