Sha256: 95fdcf8ff4a4a7fc1d54dd6d47351c336992c8f69398549c6eeaf9699bec1627

Contents?: true

Size: 342 Bytes

Versions: 8

Compression:

Stored size: 342 Bytes

Contents

# frozen_string_literal: true

class ActiveOrm::Redis::Geo < ActiveOrm::Redis::Base
  class << self

    def create
      # TODO
    end

    def hash
      # TODO
    end

    def position
      # TODO
    end

    def distance
      # TODO
    end

    def radius
      # TODO
    end

    def radius_member
      # TODO
    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
active_orm-5.1.0 lib/active_orm/redis/geo.rb
active_orm-5.0.6 lib/active_orm/redis/geo.rb
active_orm-5.0.5 lib/active_orm/redis/geo.rb
active_orm-5.0.4 lib/active_orm/redis/geo.rb
active_orm-5.0.3 lib/active_orm/redis/geo.rb
active_orm-5.0.2 lib/active_orm/redis/geo.rb
active_orm-5.0.1 lib/active_orm/redis/geo.rb
active_orm-5.0.0 lib/active_orm/redis/geo.rb