Class: Logger::LogLevel
- Inherits:
-
Struct
- Object
- Struct
- Logger::LogLevel
- Defined in:
- lib/logger.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#numeric ⇒ Object
Returns the value of attribute numeric.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
6 7 8 |
# File 'lib/logger.rb', line 6 def color @color end |
#numeric ⇒ Object
Returns the value of attribute numeric
6 7 8 |
# File 'lib/logger.rb', line 6 def numeric @numeric end |
#prefix ⇒ Object
Returns the value of attribute prefix
6 7 8 |
# File 'lib/logger.rb', line 6 def prefix @prefix end |