class Store

Included Modules

Defined in:

store.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def add(entry : Entry) : Entry #

[View source]
def delete(key : String) : Entry | Nil #

[View source]
def get(key : String) : Entry #

[View source]
def get_all : Hash(String, String) #

[View source]
def update(key : String, new_value : String) : Entry #

[View source]