Class: Crawlora::AutotraderGroup
- Inherits:
-
Object
- Object
- Crawlora::AutotraderGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #dealer ⇒ Object
-
#initialize ⇒ AutotraderGroup
constructor
A new instance of AutotraderGroup.
- #search ⇒ Object
- #vehicle ⇒ Object
Constructor Details
#initialize ⇒ AutotraderGroup
Returns a new instance of AutotraderGroup.
95 |
# File 'sig/crawlora.rbs', line 95
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#dealer ⇒ Object
96 |
# File 'sig/crawlora.rbs', line 96
def dealer: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
97 |
# File 'sig/crawlora.rbs', line 97
def search: (?query: String, ?zip: String, ?radius: Integer, ?make: String, ?model: String, ?trim: String, ?condition: "new" | "used" | "certified" | "3p_cert", ?body_style: "convertible" | "coupe" | "hatchback" | "sedan" | "suv" | "truck" | "van" | "wagon", ?seller_type: "dealer" | "private", ?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
|
#vehicle ⇒ Object
98 |
# File 'sig/crawlora.rbs', line 98
def vehicle: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|