class Xssmaze::Store::Single

Overview

A single value that every POST overwrites. Bounded by construction; it is registered here so that "clear everything" really does mean everything.

Defined in:

store.cr

Instance Method Summary

Instance methods inherited from class Xssmaze::Store::Collection

clear : Nil clear, name : String name, size : Int32 size

Constructor methods inherited from class Xssmaze::Store::Collection

new(name : String) new

Instance Method Detail

def clear : Nil #

[View source]
def size : Int32 #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]