Class: Sunspot::Util::Coordinates

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

Instance Attribute Summary collapse

Instance Attribute Details

#latObject

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



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

def lat
  @lat
end

#lngObject

Returns the value of attribute lng

Returns:

  • (Object)

    the current value of lng



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

def lng
  @lng
end