Module: Edmunds::Vehicle::Colors

Defined in:
lib/edmunds/vehicle/colors.rb

Instance Method Summary collapse

Instance Method Details

#by_style_id(style_id, options = {}) ⇒ Object



9
10
11
# File 'lib/edmunds/vehicle/colors.rb', line 9

def by_style_id(style_id, options={})
  send_request "/styles/#{style_id}/colors", options
end

#details(color_id) ⇒ Object



5
6
7
# File 'lib/edmunds/vehicle/colors.rb', line 5

def details(color_id)
  send_request "/colors/#{color_id}"
end