Class: Uber::Location
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
27 28 29 |
# File 'lib/uber/activity.rb', line 27 def address @address end |
#latitude ⇒ Object
Returns the value of attribute latitude.
27 28 29 |
# File 'lib/uber/activity.rb', line 27 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
27 28 29 |
# File 'lib/uber/activity.rb', line 27 def longitude @longitude end |