Class: Crawlora::CarsComGroup
- Inherits:
-
Object
- Object
- Crawlora::CarsComGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #carsdotcom_search ⇒ Object
- #carsdotcom_vehicle ⇒ Object
-
#initialize ⇒ CarsComGroup
constructor
A new instance of CarsComGroup.
Constructor Details
#initialize ⇒ CarsComGroup
Returns a new instance of CarsComGroup.
215 |
# File 'sig/crawlora.rbs', line 215
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#carsdotcom_search ⇒ Object
216 |
# File 'sig/crawlora.rbs', line 216
def carsdotcom_search: (?zip: String, ?radius: Integer, ?stock_type: "new" | "used" | "cpo" | "all", ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#carsdotcom_vehicle ⇒ Object
217 |
# File 'sig/crawlora.rbs', line 217
def carsdotcom_vehicle: (?listing_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|