Class: Test::Span::LogEntry
- Inherits:
-
Struct
- Object
- Struct
- Test::Span::LogEntry
- Defined in:
- lib/test/span.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
5 6 7 |
# File 'lib/test/span.rb', line 5 def event @event end |
#fields ⇒ Object
Returns the value of attribute fields
5 6 7 |
# File 'lib/test/span.rb', line 5 def fields @fields end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
5 6 7 |
# File 'lib/test/span.rb', line 5 def @timestamp end |