Sha256: a3298e634d2297fd47182461922494dab95cc8e04c287666f057e1ef9e203cc4

Contents?: true

Size: 276 Bytes

Versions: 8

Compression:

Stored size: 276 Bytes

Contents

class ActiveOrm::Redis::Geo < ActiveOrm::Redis

  def self.create
    # TODO
  end

  def self.hash
    # TODO
  end

  def self.position
    # TODO
  end

  def self.distance
    # TODO
  end

  def self.radius
    # TODO
  end

  def self.radius_member
    # TODO
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
active_orm-2.4.0 lib/active_orm/redis/geo.rb
active_orm-2.3.0 lib/active_orm/redis/geo.rb
active_orm-2.2.0 lib/active_orm/redis/geo.rb
active_orm-2.1.0 lib/active_orm/redis/geo.rb
active_orm-2.0.2 lib/active_orm/redis/geo.rb
active_orm-2.0.1 lib/active_orm/redis/geo.rb
active_orm-2.0.0 lib/active_orm/redis/geo.rb
active_orm-1.0.0 lib/active_orm/redis/geo.rb