Class: EdmundsCars::Resale

Inherits:
Vehicles show all
Defined in:
lib/edmunds_cars/resale.rb

Instance Method Summary collapse

Methods inherited from Vehicles

#initialize

Constructor Details

This class inherits a constructor from EdmundsCars::Vehicles

Instance Method Details

#by_styleid_and_zip(style_id, zip) ⇒ Object



6
7
8
# File 'lib/edmunds_cars/resale.rb', line 6

def by_styleid_and_zip(style_id, zip)
  self.class.get("/resalevaluesbystyleidandzip/#{style_id}/#{zip}")
end