Class: Uber::Location
- Defined in:
- lib/uber/models/request.rb,
lib/uber/models/activity.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#bearing ⇒ Object
Returns the value of attribute bearing.
-
#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.
32 33 34 |
# File 'lib/uber/models/activity.rb', line 32 def address @address end |
#bearing ⇒ Object
Returns the value of attribute bearing.
53 54 55 |
# File 'lib/uber/models/request.rb', line 53 def bearing @bearing end |
#latitude ⇒ Object
Returns the value of attribute latitude.
53 54 55 |
# File 'lib/uber/models/request.rb', line 53 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
53 54 55 |
# File 'lib/uber/models/request.rb', line 53 def longitude @longitude end |