Class: Hubbado::Log::Logger::Substitute::Entry
- Inherits:
-
Data
- Object
- Data
- Hubbado::Log::Logger::Substitute::Entry
- Defined in:
- lib/hubbado/log/logger/substitute.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
7 8 9 |
# File 'lib/hubbado/log/logger/substitute.rb', line 7 def data @data end |
#message ⇒ Object (readonly)
Returns the value of attribute message
7 8 9 |
# File 'lib/hubbado/log/logger/substitute.rb', line 7 def @message end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
7 8 9 |
# File 'lib/hubbado/log/logger/substitute.rb', line 7 def severity @severity end |