Class: Crawlora::CarMaxGroup
- Inherits:
-
Object
- Object
- Crawlora::CarMaxGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #carmax_search ⇒ Object
- #carmax_search_suggestions ⇒ Object
- #carmax_shop_by_brand ⇒ Object
- #carmax_store ⇒ Object
- #carmax_stores ⇒ Object
- #carmax_vehicle ⇒ Object
- #carmax_vehicle_recommendations ⇒ Object
-
#initialize ⇒ CarMaxGroup
constructor
A new instance of CarMaxGroup.
Constructor Details
#initialize ⇒ CarMaxGroup
Returns a new instance of CarMaxGroup.
289 |
# File 'sig/crawlora.rbs', line 289
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#carmax_search ⇒ 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_suggestions ⇒ 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_brand ⇒ 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_store ⇒ 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_stores ⇒ 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_vehicle ⇒ 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_recommendations ⇒ 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
|