Class: Crawlora::ZalandoGroup
- Inherits:
-
Object
- Object
- Crawlora::ZalandoGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #category ⇒ Object
-
#initialize ⇒ ZalandoGroup
constructor
A new instance of ZalandoGroup.
- #markets ⇒ Object
- #product ⇒ Object
- #search ⇒ Object
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ ZalandoGroup
Returns a new instance of ZalandoGroup.
1279 |
# File 'sig/crawlora.rbs', line 1279
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#category ⇒ Object
1280 |
# File 'sig/crawlora.rbs', line 1280
def category: (?category: String, ?market: "at" | "be" | "ch" | "cz" | "de" | "dk" | "ee" | "es" | "fi" | "fr" | "gb" | "hr" | "hu" | "ie" | "it" | "lt" | "lu" | "lv" | "nl" | "no" | "pl" | "ro" | "se" | "si" | "sk", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#markets ⇒ Object
1281 |
# File 'sig/crawlora.rbs', line 1281
def markets: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1282 |
# File 'sig/crawlora.rbs', line 1282
def product: (?sku: String, ?market: "at" | "be" | "ch" | "cz" | "de" | "dk" | "ee" | "es" | "fi" | "fr" | "gb" | "hr" | "hu" | "ie" | "it" | "lt" | "lu" | "lv" | "nl" | "no" | "pl" | "ro" | "se" | "si" | "sk", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1283 |
# File 'sig/crawlora.rbs', line 1283
def search: (?q: String, ?market: "at" | "be" | "ch" | "cz" | "de" | "dk" | "ee" | "es" | "fi" | "fr" | "gb" | "hr" | "hu" | "ie" | "it" | "lt" | "lu" | "lv" | "nl" | "no" | "pl" | "ro" | "se" | "si" | "sk", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1284 |
# File 'sig/crawlora.rbs', line 1284
def suggest: (?q: String, ?market: "at" | "be" | "ch" | "cz" | "de" | "dk" | "ee" | "es" | "fi" | "fr" | "gb" | "hr" | "hu" | "ie" | "it" | "lt" | "lu" | "lv" | "nl" | "no" | "pl" | "ro" | "se" | "si" | "sk", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|