Class: Uber::Location

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/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

#addressObject

Returns the value of attribute address.



27
28
29
# File 'lib/uber/activity.rb', line 27

def address
  @address
end

#latitudeObject

Returns the value of attribute latitude.



27
28
29
# File 'lib/uber/activity.rb', line 27

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



27
28
29
# File 'lib/uber/activity.rb', line 27

def longitude
  @longitude
end