Method: Atatus::TraceContext::Tracestate::EsEntry#to_s

Defined in:
lib/atatus/trace_context/tracestate.rb

#to_sObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



74
75
76
77
78
# File 'lib/atatus/trace_context/tracestate.rb', line 74

def to_s
  return nil if empty?

  "es=#{value}"
end