Sha256: 229ab66cb0f400f35ebdf9e128b04793f46584a8aafb61abd324e7214775e715
Contents?: true
Size: 823 Bytes
Versions: 9
Compression:
Stored size: 823 Bytes
Contents
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
9 entries across 9 versions & 1 rubygems