Class: CoMe_UI::LogEntry
- Inherits:
-
Struct
- Object
- Struct
- CoMe_UI::LogEntry
- Defined in:
- lib/come_ui.rb
Overview
Datastructure for log entries
Instance Attribute Summary collapse
-
#background_color ⇒ Object
Returns the value of attribute background_color.
-
#logs ⇒ Object
Returns the value of attribute logs.
Instance Attribute Details
#background_color ⇒ Object
Returns the value of attribute background_color
34 35 36 |
# File 'lib/come_ui.rb', line 34 def background_color @background_color end |
#logs ⇒ Object
Returns the value of attribute logs
34 35 36 |
# File 'lib/come_ui.rb', line 34 def logs @logs end |