Class: Crawlora::AdidasGroup
- Inherits:
-
Object
- Object
- Crawlora::AdidasGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ AdidasGroup
constructor
A new instance of AdidasGroup.
- #product ⇒ Object
- #search ⇒ Object
- #store ⇒ Object
- #stores ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ AdidasGroup
Returns a new instance of AdidasGroup.
8 |
# File 'sig/crawlora.rbs', line 8
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#product ⇒ Object
9 |
# File 'sig/crawlora.rbs', line 9
def product: (?product_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
10 |
# File 'sig/crawlora.rbs', line 10
def search: (?query: String, ?category: String, ?sort: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#store ⇒ Object
11 |
# File 'sig/crawlora.rbs', line 11
def store: (?store_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#stores ⇒ Object
12 |
# File 'sig/crawlora.rbs', line 12
def stores: (?lat: Float, ?lng: Float, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
13 |
# File 'sig/crawlora.rbs', line 13
def suggest: (?query: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|