Class: TUI::Flash::Entry
- Inherits:
-
Struct
- Object
- Struct
- TUI::Flash::Entry
- Defined in:
- lib/tui/flash.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#level ⇒ Object
Returns the value of attribute level.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
27 28 29 |
# File 'lib/tui/flash.rb', line 27 def created_at @created_at end |
#level ⇒ Object
Returns the value of attribute level
27 28 29 |
# File 'lib/tui/flash.rb', line 27 def level @level end |
#message ⇒ Object
Returns the value of attribute message
27 28 29 |
# File 'lib/tui/flash.rb', line 27 def @message end |