Class: Uber::City

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/activity.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#display_nameObject

Returns the value of attribute display_name.



36
37
38
# File 'lib/uber/models/activity.rb', line 36

def display_name
  @display_name
end

#latitudeObject

Returns the value of attribute latitude.



36
37
38
# File 'lib/uber/models/activity.rb', line 36

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



36
37
38
# File 'lib/uber/models/activity.rb', line 36

def longitude
  @longitude
end