Class: Log::Level::LevelInfo
- Inherits:
-
Struct
- Object
- Struct
- Log::Level::LevelInfo
- Defined in:
- lib/log/level.rb
Instance Attribute Summary collapse
-
#message_formatter ⇒ Object
Returns the value of attribute message_formatter.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ordinal ⇒ Object
Returns the value of attribute ordinal.
Instance Attribute Details
#message_formatter ⇒ Object
Returns the value of attribute message_formatter
3 4 5 |
# File 'lib/log/level.rb', line 3 def end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/log/level.rb', line 3 def name @name end |
#ordinal ⇒ Object
Returns the value of attribute ordinal
3 4 5 |
# File 'lib/log/level.rb', line 3 def ordinal @ordinal end |