Class: Siding::Logger::Event
- Inherits:
-
Struct
- Object
- Struct
- Siding::Logger::Event
- Defined in:
- lib/siding/logger.rb
Instance Attribute Summary collapse
-
#at ⇒ Object
Returns the value of attribute at.
-
#level ⇒ Object
Returns the value of attribute level.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#at ⇒ Object
Returns the value of attribute at
8 9 10 |
# File 'lib/siding/logger.rb', line 8 def at @at end |
#level ⇒ Object
Returns the value of attribute level
8 9 10 |
# File 'lib/siding/logger.rb', line 8 def level @level end |
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/siding/logger.rb', line 8 def @message end |