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])


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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