class Croda::CrodaPlugins::Flash::FlashStore

Defined in:

croda/plugins/flash.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(now : Hash(String, String)) #

[View source]

Instance Method Detail

def [](key : String) : String #

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

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

[View source]
def clear #

[View source]
def keep #

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

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

[View source]