Class: RedisGeo::PretendGeo

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

Instance Attribute Summary collapse

Instance Attribute Details

#accObject

Returns the value of attribute acc

Returns:

  • (Object)

    the current value of acc



14
15
16
# File 'lib/redis_geo.rb', line 14

def acc
  @acc
end

#cc2Object

Returns the value of attribute cc2

Returns:

  • (Object)

    the current value of cc2



14
15
16
# File 'lib/redis_geo.rb', line 14

def cc2
  @cc2
end

#latObject

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



14
15
16
# File 'lib/redis_geo.rb', line 14

def lat
  @lat
end

#lngObject

Returns the value of attribute lng

Returns:

  • (Object)

    the current value of lng



14
15
16
# File 'lib/redis_geo.rb', line 14

def lng
  @lng
end