Class: Stratagem::Logger::Message
- Defined in:
- lib/stratagem/logger.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#level ⇒ Object
Returns the value of attribute level.
-
#phase ⇒ Object
Returns the value of attribute phase.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
10 11 12 |
# File 'lib/stratagem/logger.rb', line 10 def details @details end |
#level ⇒ Object
Returns the value of attribute level
10 11 12 |
# File 'lib/stratagem/logger.rb', line 10 def level @level end |
#phase ⇒ Object
Returns the value of attribute phase
10 11 12 |
# File 'lib/stratagem/logger.rb', line 10 def phase @phase end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
10 11 12 |
# File 'lib/stratagem/logger.rb', line 10 def @timestamp end |