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