Class: RubyUber::V1::TimeEstimates
- Inherits:
-
Base
- Object
- Base
- RubyUber::V1::TimeEstimates
show all
- Defined in:
- lib/ruby_uber/v1/time_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/time_estimates.rb', line 7
def path
"estimates/time"
end
|
#root_key ⇒ Object
11
12
13
|
# File 'lib/ruby_uber/v1/time_estimates.rb', line 11
def root_key
:times
end
|