Class: Crawlora::VintedGroup
- Inherits:
-
Object
- Object
- Crawlora::VintedGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #brand ⇒ Object
- #brands ⇒ Object
- #catalog ⇒ Object
- #categories ⇒ Object
- #category ⇒ Object
-
#initialize ⇒ VintedGroup
constructor
A new instance of VintedGroup.
- #item ⇒ Object
- #member ⇒ Object
Constructor Details
#initialize ⇒ VintedGroup
Returns a new instance of VintedGroup.
1344 |
# File 'sig/crawlora.rbs', line 1344
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#brand ⇒ Object
1345 |
# File 'sig/crawlora.rbs', line 1345
def brand: (?id: String, ?price_from: Float, ?price_to: Float, ?order: "relevance" | "newest_first" | "price_high_to_low" | "price_low_to_high", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#brands ⇒ Object
1346 |
# File 'sig/crawlora.rbs', line 1346
def brands: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#catalog ⇒ Object
1347 |
# File 'sig/crawlora.rbs', line 1347
def catalog: (?search_text: String, ?price_from: Float, ?price_to: Float, ?order: "relevance" | "newest_first" | "price_high_to_low" | "price_low_to_high", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#categories ⇒ Object
1348 |
# File 'sig/crawlora.rbs', line 1348
def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
1349 |
# File 'sig/crawlora.rbs', line 1349
def category: (?id: String, ?price_from: Float, ?price_to: Float, ?order: "relevance" | "newest_first" | "price_high_to_low" | "price_low_to_high", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#item ⇒ Object
1350 |
# File 'sig/crawlora.rbs', line 1350
def item: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#member ⇒ Object
1351 |
# File 'sig/crawlora.rbs', line 1351
def member: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|