Module: Mercedes::Client::Location
- Included in:
- Mercedes::Client
- Defined in:
- lib/mercedes/client/location.rb
Instance Method Summary collapse
Instance Method Details
#location(vehicle_id:) ⇒ Object
4 5 6 |
# File 'lib/mercedes/client/location.rb', line 4 def location(vehicle_id:) perform_request(:get, "vehicles/#{vehicle_id}/location") end |