abstract class
UI::Flash
- UI::Flash
- Reference
- Object
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.crInstance Method Summary
- #[](key : String) : String | Nil
- #[]=(key : String, value : String) : Nil
- #[]?(key : String) : String | Nil
- #clear : Nil
- #to_h : Hash(String, String)