module Edmunds::Vehicle::Colors

Public Instance Methods

by_style_id(style_id, options={}) click to toggle source
# 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) click to toggle source
# File lib/edmunds/vehicle/colors.rb, line 5
def details(color_id)
  send_request "/colors/#{color_id}"
end