Class: Sunspot::Util::Coordinates
- Inherits:
-
Struct
- Object
- Struct
- Sunspot::Util::Coordinates
- Defined in:
- lib/sunspot/util.rb
Instance Attribute Summary collapse
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#lng ⇒ Object
Returns the value of attribute lng.
Instance Attribute Details
#lat ⇒ Object
Returns the value of attribute lat
199 200 201 |
# File 'lib/sunspot/util.rb', line 199 def lat @lat end |
#lng ⇒ Object
Returns the value of attribute lng
199 200 201 |
# File 'lib/sunspot/util.rb', line 199 def lng @lng end |