Class: Log::Telemetry::Data
- Inherits:
-
Struct
- Object
- Struct
- Log::Telemetry::Data
- Defined in:
- lib/log/telemetry.rb
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
-
#subject_name ⇒ Object
Returns the value of attribute subject_name.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level
8 9 10 |
# File 'lib/log/telemetry.rb', line 8 def level @level end |
#line ⇒ Object
Returns the value of attribute line
8 9 10 |
# File 'lib/log/telemetry.rb', line 8 def line @line end |
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/log/telemetry.rb', line 8 def end |
#subject_name ⇒ Object
Returns the value of attribute subject_name
8 9 10 |
# File 'lib/log/telemetry.rb', line 8 def subject_name @subject_name end |
#tags ⇒ Object
Returns the value of attribute tags
8 9 10 |
# File 'lib/log/telemetry.rb', line 8 def end |