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.
204 |
# File 'sig/crawlora.rbs', line 204
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#carmax_search ⇒ 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_suggestions ⇒ 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_brand ⇒ 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_store ⇒ 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_stores ⇒ 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_vehicle ⇒ 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_recommendations ⇒ 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
|