module Edmunds::Vehicle::Options

Public Instance Methods

by_style_id(style_id, options={}) click to toggle source
# File lib/edmunds/vehicle/options.rb, line 9
def by_style_id(style_id, options={})
  send_request "/styles/#{style_id}/options", options
end
details(option_id) click to toggle source
# File lib/edmunds/vehicle/options.rb, line 5
def details(option_id)
  send_request "/options/#{option_id}"
end