Sha256: 3a2bf1157945a060df06796c7efae7da52e1dc71c3874f281353743d3f62b3b6
Contents?: true
Size: 975 Bytes
Versions: 10
Compression:
Stored size: 975 Bytes
Contents
# typed: ignore # Copyright (c) 2015 Sqreen. All Rights Reserved. # Please refer to our terms for more information: https://www.sqreen.com/terms.html require 'sqreen/ecosystem/util/call_writers_from_init' module Sqreen module Ecosystem module ModuleApi module Tracing # The data the tracing module needs in order to populate # +Sqreen::Ecosystem::Tracing::Signals::TracingClient::Payload+ # # Signals are not produced by the data producers (transport) # because of superior orders, as the only current use of this # data is to generate signals. module ClientData include Util::CallWritersFromInit # @return [Symbol] attr_accessor :transport # @return [String] attr_accessor :host # @return [String] attr_accessor :ip # @return [String] attr_accessor :tracing_identifier end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems