Class: TUI::Flash::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/tui/flash.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



30
31
32
# File 'lib/tui/flash.rb', line 30

def created_at
  @created_at
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



30
31
32
# File 'lib/tui/flash.rb', line 30

def level
  @level
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



30
31
32
# File 'lib/tui/flash.rb', line 30

def message
  @message
end