Class: Uber::Partner::Trip
Instance Attribute Summary collapse
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#driver_id ⇒ Object
Returns the value of attribute driver_id.
-
#dropoff ⇒ Object
Returns the value of attribute dropoff.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#pickup ⇒ Object
Returns the value of attribute pickup.
-
#start_city ⇒ Object
Returns the value of attribute start_city.
-
#status ⇒ Object
Returns the value of attribute status.
-
#status_changes ⇒ Object
Returns the value of attribute status_changes.
-
#trip_id ⇒ Object
Returns the value of attribute trip_id.
-
#vehicle_id ⇒ Object
Returns the value of attribute vehicle_id.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#distance ⇒ Object
Returns the value of attribute distance.
13 14 15 |
# File 'lib/uber/models/partner/trip.rb', line 13 def distance @distance end |
#driver_id ⇒ Object
Returns the value of attribute driver_id.
13 14 15 |
# File 'lib/uber/models/partner/trip.rb', line 13 def driver_id @driver_id end |
#dropoff ⇒ Object
Returns the value of attribute dropoff.
13 14 15 |
# File 'lib/uber/models/partner/trip.rb', line 13 def dropoff @dropoff end |
#duration ⇒ Object
Returns the value of attribute duration.
13 14 15 |
# File 'lib/uber/models/partner/trip.rb', line 13 def duration @duration end |
#pickup ⇒ Object
Returns the value of attribute pickup.
13 14 15 |
# File 'lib/uber/models/partner/trip.rb', line 13 def pickup @pickup end |
#start_city ⇒ Object
Returns the value of attribute start_city.
13 14 15 |
# File 'lib/uber/models/partner/trip.rb', line 13 def start_city @start_city end |
#status ⇒ Object
Returns the value of attribute status.
13 14 15 |
# File 'lib/uber/models/partner/trip.rb', line 13 def status @status end |
#status_changes ⇒ Object
Returns the value of attribute status_changes.
13 14 15 |
# File 'lib/uber/models/partner/trip.rb', line 13 def status_changes @status_changes end |
#trip_id ⇒ Object
Returns the value of attribute trip_id.
13 14 15 |
# File 'lib/uber/models/partner/trip.rb', line 13 def trip_id @trip_id end |
#vehicle_id ⇒ Object
Returns the value of attribute vehicle_id.
13 14 15 |
# File 'lib/uber/models/partner/trip.rb', line 13 def vehicle_id @vehicle_id end |