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
248 249 250 |
# File 'lib/sunspot/util.rb', line 248 def lat @lat end |
#lng ⇒ Object
Returns the value of attribute lng
248 249 250 |
# File 'lib/sunspot/util.rb', line 248 def lng @lng end |