Class: Crawlora::CarMaxGroup

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

Instance Method Summary collapse

Constructor Details

#initializeCarMaxGroup

Returns a new instance of CarMaxGroup.

Parameters:

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


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

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

Instance Method Details

#carmax_searchObject

Parameters:

  • make: (String)
  • model: (String)
  • zip: (String)
  • sort: (String)
  • 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)


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

def carmax_search: (?make: String, ?model: String, ?zip: String, ?sort: String, ?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

#carmax_search_suggestionsObject

Parameters:

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

Returns:

  • (Object)


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

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

#carmax_shop_by_brandObject

Parameters:

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

Returns:

  • (Object)


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

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

#carmax_storeObject

Parameters:

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

Returns:

  • (Object)


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

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

#carmax_storesObject

Parameters:

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

Returns:

  • (Object)


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

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

#carmax_vehicleObject

Parameters:

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

Returns:

  • (Object)


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

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

#carmax_vehicle_recommendationsObject

Parameters:

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

Returns:

  • (Object)


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

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