Class: Crawlora::OldNavyGroup

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

Instance Method Summary collapse

Constructor Details

#initializeOldNavyGroup

Returns a new instance of OldNavyGroup.

Parameters:

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


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

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

Instance Method Details

#oldnavy_categoriesObject

Parameters:

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

Returns:

  • (Object)


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

def oldnavy_categories: (?brand: "on", ?cid: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#oldnavy_categoryObject

Parameters:

  • cid: (String)
  • brand: ("on", "gap", "br", "at")
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def oldnavy_category: (?cid: String, ?brand: "on" | "gap" | "br" | "at", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#oldnavy_productObject

Parameters:

  • pid: (String)
  • brand: ("on", "gap", "br", "at")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def oldnavy_product: (?pid: String, ?brand: "on" | "gap" | "br" | "at", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#oldnavy_product_availabilityObject

Parameters:

  • pid: (String)
  • brand: ("on", "gap", "br", "at")
  • store_id: (String)
  • zip: (String)
  • lat: (Float)
  • lng: (Float)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def oldnavy_product_availability: (?pid: String, ?brand: "on" | "gap" | "br" | "at", ?store_id: String, ?zip: String, ?lat: Float, ?lng: Float, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#oldnavy_product_reviewsObject

Parameters:

  • pid: (String)
  • brand: ("on", "gap", "br", "at")
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def oldnavy_product_reviews: (?pid: String, ?brand: "on" | "gap" | "br" | "at", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#oldnavy_searchObject

Parameters:

  • keyword: (String)
  • brand: ("on", "gap", "br", "at")
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def oldnavy_search: (?keyword: String, ?brand: "on" | "gap" | "br" | "at", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#oldnavy_storesObject

Parameters:

  • search: (String)
  • lat: (Float)
  • lng: (Float)
  • brand: ("on", "gap", "br", "at")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def oldnavy_stores: (?search: String, ?lat: Float, ?lng: Float, ?brand: "on" | "gap" | "br" | "at", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped