class

Lucky::FlashStore

Inherits Reference < Object

Constants

SESSION_KEY = "_flash"

Class methods

from_session(session : Lucky::Session) : Lucky::FlashStore
Source

Instance methods

any?(*args, **options)
Source
any?(*args, **options, &)
Source
clear
Source
each(*args, **options)
Source
each(*args, **options, &)
Source
empty?(*args, **options)
Source
empty?(*args, **options, &)
Source
failure
Source
failure=(message : String) : String
Source
failure?
Source
from_session(session : Lucky::Session) : Lucky::FlashStore
Source
get(key : Key) : String
Source
get?(key : Key) : String | Nil
Source
info
Source
info=(message : String) : String
Source
info?
Source
keep
Source
set(key : Key, value : String) : String
Source
success
Source
success=(message : String) : String
Source
success?
Source
to_json
Source

Nested types