class Lucky::FlashStore
Defined in:
lucky/cookies/flash_store.cr
Constant Summary
-
SESSION_KEY =
"_flash"
Class Method Summary
Instance Method Summary
-
#any?(*args, **options)
-
#any?(*args, **options, &)
-
#clear : Nil
-
#each(*args, **options)
-
#each(*args, **options, &)
-
#empty?(*args, **options)
-
#empty?(*args, **options, &)
-
#failure : String
-
#failure=(message : String)
-
#failure? : String | Nil
-
#from_session(session : Lucky::Session) : Lucky::FlashStore
-
#get(key : Key) : String
-
#get?(key : Key) : String | Nil
-
#info : String
-
#info=(message : String)
-
#info? : String | Nil
-
#keep : Nil
-
#set(key : Key, value : String) : String
-
#success : String
-
#success=(message : String)
-
#success? : String | Nil
-
#to_json : String
Class Method Detail
Instance Method Detail
def
any?(*args, **options)
#
def
any?(*args, **options, &)
#
def
each(*args, **options)
#
def
each(*args, **options, &)
#
def
empty?(*args, **options)
#
def
empty?(*args, **options, &)
#