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_reviews ⇒ Object
- #search ⇒ Object
- #stores ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ NikeGroup
Returns a new instance of NikeGroup.
870 |
# File 'sig/crawlora.rbs', line 870
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#categories ⇒ Object
871 |
# File 'sig/crawlora.rbs', line 871
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
872 |
# File 'sig/crawlora.rbs', line 872
def product: (?slug: String, ?style_color: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product_reviews ⇒ Object
873 |
# File 'sig/crawlora.rbs', line 873
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
874 |
# File 'sig/crawlora.rbs', line 874
def search: (?keyword: String, ?category: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
875 |
# File 'sig/crawlora.rbs', line 875
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
876 |
# File 'sig/crawlora.rbs', line 876
def suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|