Method: Uber::API::Requests#trip_estimate
- Defined in:
- lib/uber/api/requests.rb
#trip_estimate(*args) ⇒ Object
11 12 13 14 15 16 17 18 19 |
# File 'lib/uber/api/requests.rb', line 11 def trip_estimate(*args) arguments = Uber::Arguments.new(args) perform_with_object( :post, "v1/requests/estimate", arguments., Estimate ) end |