module Mercedes::Client::Location
Public Instance Methods
location(vehicle_id:)
click to toggle source
# File lib/mercedes/client/location.rb, line 4 def location(vehicle_id:) perform_request(:get, "vehicles/#{vehicle_id}/location") end