Class: RedisGeo::PretendGeo
- Inherits:
-
Struct
- Object
- Struct
- RedisGeo::PretendGeo
- Defined in:
- lib/redis_geo.rb
Instance Attribute Summary collapse
-
#acc ⇒ Object
Returns the value of attribute acc.
-
#cc2 ⇒ Object
Returns the value of attribute cc2.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#lng ⇒ Object
Returns the value of attribute lng.
Instance Attribute Details
#acc ⇒ Object
Returns the value of attribute acc
14 15 16 |
# File 'lib/redis_geo.rb', line 14 def acc @acc end |
#cc2 ⇒ Object
Returns the value of attribute cc2
14 15 16 |
# File 'lib/redis_geo.rb', line 14 def cc2 @cc2 end |
#lat ⇒ Object
Returns the value of attribute lat
14 15 16 |
# File 'lib/redis_geo.rb', line 14 def lat @lat end |
#lng ⇒ Object
Returns the value of attribute lng
14 15 16 |
# File 'lib/redis_geo.rb', line 14 def lng @lng end |