Class: Test::Span::LogEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/test/span.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



5
6
7
# File 'lib/test/span.rb', line 5

def event
  @event
end

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



5
6
7
# File 'lib/test/span.rb', line 5

def fields
  @fields
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



5
6
7
# File 'lib/test/span.rb', line 5

def timestamp
  @timestamp
end