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