Class: Crawlora::VintedGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeVintedGroup

Returns a new instance of VintedGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


1453
# File 'sig/crawlora.rbs', line 1453

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#brandObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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

#brandsObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


1455
# File 'sig/crawlora.rbs', line 1455

def brands: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#catalogObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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

#categoriesObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


1457
# File 'sig/crawlora.rbs', line 1457

def categories: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#categoryObject

Parameters:

  • 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])
  • (Object)

Returns:

  • (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

#itemObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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

#memberObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (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