Class: Yelp::Response::Model::Coordinate
- Defined in:
- lib/yelp/responses/models/coordinate.rb
Instance Attribute Summary collapse
-
#latitude ⇒ Object
readonly
Returns the value of attribute latitude.
-
#longitude ⇒ Object
readonly
Returns the value of attribute longitude.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Yelp::Response::Base
Instance Attribute Details
#latitude ⇒ Object (readonly)
Returns the value of attribute latitude.
7 8 9 |
# File 'lib/yelp/responses/models/coordinate.rb', line 7 def latitude @latitude end |
#longitude ⇒ Object (readonly)
Returns the value of attribute longitude.
7 8 9 |
# File 'lib/yelp/responses/models/coordinate.rb', line 7 def longitude @longitude end |