Class: Crawlora::NikeGroup
- Inherits:
-
Object
- Object
- Crawlora::NikeGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #categories ⇒ Object
-
#initialize ⇒ NikeGroup
constructor
A new instance of NikeGroup.
- #product ⇒ Object
- #product_availability ⇒ Object
- #product_details ⇒ Object
- #product_recommendations ⇒ Object
- #product_reviews ⇒ Object
- #search ⇒ Object
- #stores ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ NikeGroup
Returns a new instance of NikeGroup.
1156 |
# File 'sig/crawlora.rbs', line 1156
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
1157 |
# File 'sig/crawlora.rbs', line 1157
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1158 |
# File 'sig/crawlora.rbs', line 1158
def product: (?slug: String, ?style_color: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_availability ⇒ Object
1159 |
# File 'sig/crawlora.rbs', line 1159
def product_availability: (?group_key: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_details ⇒ Object
1160 |
# File 'sig/crawlora.rbs', line 1160
def product_details: (?group_key: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_recommendations ⇒ Object
1161 |
# File 'sig/crawlora.rbs', line 1161
def product_recommendations: (?style_color: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_reviews ⇒ Object
1162 |
# File 'sig/crawlora.rbs', line 1162
def product_reviews: (?slug: String, ?style_color: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1163 |
# File 'sig/crawlora.rbs', line 1163
def search: (?keyword: String, ?category: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
1164 |
# File 'sig/crawlora.rbs', line 1164
def stores: (?lat: Float, ?lng: Float, ?radius_miles: Integer, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1165 |
# File 'sig/crawlora.rbs', line 1165
def suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|