Class: Crawlora::LululemonGroup

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

Instance Method Summary collapse

Constructor Details

#initializeLululemonGroup

Returns a new instance of LululemonGroup.

Parameters:

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


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

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

Instance Method Details

#categoriesObject

Parameters:

  • section: ("new-featured", "women", "men", "accessories", "bags", "activity", "we-made-too-much")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

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

#categoryObject

Parameters:

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

Returns:

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

#outfitObject

Parameters:

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

Returns:

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

#productObject

Parameters:

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

Returns:

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

#storesObject

Parameters:

  • country: (String)
  • state: (String)
  • lat: (Float)
  • lng: (Float)
  • radius_miles: (Float)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

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