class Amber::Router::Flash::FlashStore

Defined in:

amber/router/flash.cr

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.from_session(json) #

[View source]

Instance Method Detail

def [](key : Symbol) #

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

[View source]
def []?(key : Symbol) #

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

[View source]
def alert #

[View source]
def alert=(message) #

[View source]
def each(&) #

[View source]
def fetch(key : String, default_value : String | Nil) #

[View source]
def fetch(key : Symbol, default_value : String | Nil) #

[View source]
def fetch(key : String) #

[View source]
def fetch(key : Symbol) #

[View source]
def keep(key = nil) #

[View source]
def notice #

[View source]
def notice=(message) #

[View source]
def now(key, value) #

[View source]
def to_session #

[View source]

Macro Detail

macro method_missing(call) #

[View source]