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.
1453 |
# File 'sig/crawlora.rbs', line 1453
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#category ⇒ Object
1454 |
# File 'sig/crawlora.rbs', line 1454
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
1455 |
# File 'sig/crawlora.rbs', line 1455
def markets: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
1456 |
# File 'sig/crawlora.rbs', line 1456
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
1457 |
# File 'sig/crawlora.rbs', line 1457
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
1458 |
# File 'sig/crawlora.rbs', line 1458
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
|