Class: Crawlora::CarsComGroup

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

Instance Method Summary collapse

Constructor Details

#initializeCarsComGroup

Returns a new instance of CarsComGroup.

Parameters:

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


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

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

Instance Method Details

#carsdotcom_searchObject

Parameters:

  • zip: (String)
  • radius: (Integer)
  • stock_type: ("new", "used", "cpo", "all")
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def carsdotcom_search: (?zip: String, ?radius: Integer, ?stock_type: "new" | "used" | "cpo" | "all", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#carsdotcom_vehicleObject

Parameters:

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

Returns:

  • (Object)


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

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