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_time ⇒ Object
Returns the value of attribute request_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#status ⇒ Object
Returns the value of attribute status.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
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/activity.rb', line 11 def distance @distance end |
#end_time ⇒ Object
Returns the value of attribute end_time.
11 12 13 |
# File 'lib/uber/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/activity.rb', line 11 def product_id @product_id end |
#request_time ⇒ Object
Returns the value of attribute request_time.
11 12 13 |
# File 'lib/uber/activity.rb', line 11 def request_time @request_time end |
#start_time ⇒ Object
Returns the value of attribute start_time.
11 12 13 |
# File 'lib/uber/activity.rb', line 11 def start_time @start_time end |
#status ⇒ Object
Returns the value of attribute status.
11 12 13 |
# File 'lib/uber/activity.rb', line 11 def status @status end |
#uuid ⇒ Object
Returns the value of attribute uuid.
11 12 13 |
# File 'lib/uber/activity.rb', line 11 def uuid @uuid end |