Class: Sunspot::Util::Coordinates

Inherits:
Struct
  • Object
show all
Defined in:
sunspot/lib/sunspot/util.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) lat

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



199
200
201
# File 'sunspot/lib/sunspot/util.rb', line 199

def lat
  @lat
end

- (Object) lng

Returns the value of attribute lng

Returns:

  • (Object)

    the current value of lng



199
200
201
# File 'sunspot/lib/sunspot/util.rb', line 199

def lng
  @lng
end