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.
892 |
# File 'sig/crawlora.rbs', line 892
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#oldnavy_categories ⇒ 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_category ⇒ 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_product ⇒ 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_availability ⇒ 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_reviews ⇒ 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_search ⇒ 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_stores ⇒ 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
|