Class: Uber::City
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#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
#display_name ⇒ Object
Returns the value of attribute display_name.
36 37 38 |
# File 'lib/uber/models/activity.rb', line 36 def display_name @display_name end |
#latitude ⇒ Object
Returns the value of attribute latitude.
36 37 38 |
# File 'lib/uber/models/activity.rb', line 36 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
36 37 38 |
# File 'lib/uber/models/activity.rb', line 36 def longitude @longitude end |