Module: Uber::API::TimeEstimates

Included in:
Uber::API
Defined in:
lib/uber/api/time_estimates.rb

Instance Method Summary collapse

Instance Method Details

#time_estimations(*args) ⇒ Object



9
10
11
12
13
14
15
16
17
# File 'lib/uber/api/time_estimates.rb', line 9

def time_estimations(*args)
  arguments = Uber::Arguments.new(args)
  perform_with_objects(
    :get,
    "/v1/estimates/time",
    arguments.options,
    Time
  )
end