abstract class CounterSafe::AbstractCounter

Direct Known Subclasses

Defined in:

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

Class Method Detail

def self.from_json(jsonified_values : String) #

Instance Method Detail

def inc(key : String) #

def reset(key : String, the_value : Int32 = 0) #

def reset! #

def reset_all(jsonified_values : String) #

def to_json(builder : JSON::Builder) #

def to_json #

def value(key : String) #

def values #