Method: Uber::API::Requests#trip_map

Defined in:
lib/uber/api/requests.rb

#trip_map(request_id) ⇒ Object



34
35
36
# File 'lib/uber/api/requests.rb', line 34

def trip_map(request_id)
  perform_with_object(:get, "v1/requests/#{request_id}/map", {}, Map)
end