Class: Uber::Trip
Instance Attribute Summary collapse
-
#distance_estimate ⇒ Object
Returns the value of attribute distance_estimate.
-
#distance_unit ⇒ Object
Returns the value of attribute distance_unit.
-
#duration_estimate ⇒ Object
Returns the value of attribute duration_estimate.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#distance_estimate ⇒ Object
Returns the value of attribute distance_estimate.
25 26 27 |
# File 'lib/uber/models/estimate.rb', line 25 def distance_estimate @distance_estimate end |
#distance_unit ⇒ Object
Returns the value of attribute distance_unit.
25 26 27 |
# File 'lib/uber/models/estimate.rb', line 25 def distance_unit @distance_unit end |
#duration_estimate ⇒ Object
Returns the value of attribute duration_estimate.
25 26 27 |
# File 'lib/uber/models/estimate.rb', line 25 def duration_estimate @duration_estimate end |