Method: Edmunds::Vehicle::Colors#by_style_id

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

#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