Method: Uber::API::Requests#trip_current
- Defined in:
- lib/uber/api/requests.rb
#trip_current ⇒ Object
26 27 28 |
# File 'lib/uber/api/requests.rb', line 26 def trip_current perform_with_object(:get, "v1/requests/current", {}, Request) end |