struct Redis::Geo::Radius

Defined in:

commands/geo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(magnitude : String, unit : Unit) #

[View source]
def self.new(magnitude : Int, unit : Unit) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(magnitude _magnitude = @magnitude, unit _unit = @unit) #

[View source]
def magnitude : String #

def to_tuple #

[View source]
def unit : Unit #