abstract class UI::Flash

Overview

Abstract one-shot messaging store. Web wraps Amber's flash; native uses UI::Flash::InProcess.

Direct Known Subclasses

Defined in:

asset_pipeline/native_context.cr

Instance Method Summary

Instance Method Detail

abstract def [](key : String) : String | Nil #

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

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

[View source]
abstract def clear : Nil #

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

[View source]