Class: RubyUber::V1::PriceEstimates
- Inherits:
-
Base
- Object
- Base
- RubyUber::V1::PriceEstimates
show all
- Defined in:
- lib/ruby_uber/v1/price_estimates.rb
Instance Attribute Summary
Attributes inherited from Base
#client
Instance Method Summary
collapse
Methods inherited from Base
#get, #initialize
Instance Method Details
#path ⇒ Object
7
8
9
|
# File 'lib/ruby_uber/v1/price_estimates.rb', line 7
def path
"estimates/price"
end
|
#root_key ⇒ Object
11
12
13
|
# File 'lib/ruby_uber/v1/price_estimates.rb', line 11
def root_key
:prices
end
|