Module: Uber::API::PriceEstimates
- Included in:
- Uber::API
- Defined in:
- lib/uber/api/price_estimates.rb
Instance Method Summary collapse
Instance Method Details
#price_estimations(*args) ⇒ Object
8 9 10 11 |
# File 'lib/uber/api/price_estimates.rb', line 8 def price_estimations(*args) arguments = Uber::Arguments.new(args) perform_with_objects(:get, "/v1/estimates/price", arguments., Price) end |