Class: Crawlora::OldNavyGroup
- Inherits:
-
Object
- Object
- Crawlora::OldNavyGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ OldNavyGroup
constructor
A new instance of OldNavyGroup.
- #oldnavy_categories ⇒ Object
- #oldnavy_category ⇒ Object
- #oldnavy_product ⇒ Object
- #oldnavy_product_availability ⇒ Object
- #oldnavy_product_reviews ⇒ Object
- #oldnavy_search ⇒ Object
- #oldnavy_stores ⇒ Object
Constructor Details
#initialize ⇒ OldNavyGroup
Returns a new instance of OldNavyGroup.
1196 |
# File 'sig/crawlora.rbs', line 1196
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#oldnavy_categories ⇒ 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_category ⇒ 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_product ⇒ 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_availability ⇒ 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_reviews ⇒ 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_search ⇒ 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_stores ⇒ 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
|