Class: Nhtsa::Complaints::Years
- Inherits:
-
Object
- Object
- Nhtsa::Complaints::Years
- Defined in:
- lib/nhtsa/complaints.rb
Instance Method Summary collapse
Instance Method Details
#url ⇒ Object
10 11 12 |
# File 'lib/nhtsa/complaints.rb', line 10 def url BASE_URI + END_POINT + DEFAULT_PARAMS end |
#years ⇒ Object
14 15 16 |
# File 'lib/nhtsa/complaints.rb', line 14 def years JSON.parse(open(url).read)["Results"].collect{|year| year["ModelYear"]} end |