Class: Crawlora::AutotraderGroup

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

Instance Method Summary collapse

Constructor Details

#initializeAutotraderGroup

Returns a new instance of AutotraderGroup.

Parameters:

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


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

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

Instance Method Details

#dealerObject

Parameters:

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

Returns:

  • (Object)


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

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

#searchObject

Parameters:

  • query: (String)
  • zip: (String)
  • radius: (Integer)
  • make: (String)
  • model: (String)
  • trim: (String)
  • condition: ("new", "used", "certified", "3p_cert")
  • body_style: ("convertible", "coupe", "hatchback", "sedan", "suv", "truck", "van", "wagon")
  • seller_type: ("dealer", "private")
  • min_year: (Integer)
  • max_year: (Integer)
  • min_price: (Integer)
  • max_price: (Integer)
  • max_mileage: (Integer)
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search: (?query: String, ?zip: String, ?radius: Integer, ?make: String, ?model: String, ?trim: String, ?condition: "new" | "used" | "certified" | "3p_cert", ?body_style: "convertible" | "coupe" | "hatchback" | "sedan" | "suv" | "truck" | "van" | "wagon", ?seller_type: "dealer" | "private", ?min_year: Integer, ?max_year: Integer, ?min_price: Integer, ?max_price: Integer, ?max_mileage: Integer, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#vehicleObject

Parameters:

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

Returns:

  • (Object)


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

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