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])


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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