Class: CoMe_UI::LogEntry

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

Overview

Datastructure for log entries

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorObject

Returns the value of attribute background_color

Returns:

  • (Object)

    the current value of background_color



34
35
36
# File 'lib/come_ui.rb', line 34

def background_color
  @background_color
end

#logsObject

Returns the value of attribute logs

Returns:

  • (Object)

    the current value of logs



34
35
36
# File 'lib/come_ui.rb', line 34

def logs
  @logs
end