Class: EdmundsCars::ConsumerReviews
- Defined in:
- lib/edmunds_cars/consumer_reviews.rb
Instance Method Summary collapse
Methods inherited from Vehicles
Constructor Details
This class inherits a constructor from EdmundsCars::Vehicles
Instance Method Details
#by_make_model_year(make, model, year) ⇒ Object
6 7 8 |
# File 'lib/edmunds_cars/consumer_reviews.rb', line 6 def by_make_model_year(make, model, year) self.class.get("/getcrrformakemodelyear", :query => {:make => make, :model => model, :year => year}) end |