Class: Uber::Location

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

#addressObject

Returns the value of attribute address.



32
33
34
# File 'lib/uber/models/activity.rb', line 32

def address
  @address
end

#bearingObject

Returns the value of attribute bearing.



62
63
64
# File 'lib/uber/models/request.rb', line 62

def bearing
  @bearing
end

#etaObject

Returns the value of attribute eta.



62
63
64
# File 'lib/uber/models/request.rb', line 62

def eta
  @eta
end

#latitudeObject

Returns the value of attribute latitude.



62
63
64
# File 'lib/uber/models/request.rb', line 62

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



62
63
64
# File 'lib/uber/models/request.rb', line 62

def longitude
  @longitude
end