Class: Uber::History
Instance Attribute Summary collapse
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#product_id ⇒ Object
Returns the value of attribute product_id.
-
#request_id ⇒ Object
(also: #uuid)
Returns the value of attribute request_id.
-
#request_time ⇒ Object
Returns the value of attribute request_time.
-
#start_city ⇒ Object
Returns the value of attribute start_city.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#status ⇒ Object
Returns the value of attribute status.
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.
11 12 13 |
# File 'lib/uber/models/activity.rb', line 11 def distance @distance end |
#end_time ⇒ Object
Returns the value of attribute end_time.
11 12 13 |
# File 'lib/uber/models/activity.rb', line 11 def end_time @end_time end |
#product_id ⇒ Object
Returns the value of attribute product_id.
11 12 13 |
# File 'lib/uber/models/activity.rb', line 11 def product_id @product_id end |
#request_id ⇒ Object Also known as: uuid
Returns the value of attribute request_id.
11 12 13 |
# File 'lib/uber/models/activity.rb', line 11 def request_id @request_id end |
#request_time ⇒ Object
Returns the value of attribute request_time.
11 12 13 |
# File 'lib/uber/models/activity.rb', line 11 def request_time @request_time end |
#start_city ⇒ Object
Returns the value of attribute start_city.
11 12 13 |
# File 'lib/uber/models/activity.rb', line 11 def start_city @start_city end |
#start_time ⇒ Object
Returns the value of attribute start_time.
11 12 13 |
# File 'lib/uber/models/activity.rb', line 11 def start_time @start_time end |
#status ⇒ Object
Returns the value of attribute status.
11 12 13 |
# File 'lib/uber/models/activity.rb', line 11 def status @status end |