module Edmunds::Vehicle

Public Instance Methods

send_request(path, options={}) click to toggle source
# File lib/edmunds/vehicle.rb, line 4
def send_request(path, options={})
  api_call 'vehicle', path, options
end