Class: Sqreen::Ecosystem::TracingBroker::ObserverLookup

Inherits:
Struct
  • Object
show all
Defined in:
lib/sqreen/ecosystem/tracing_broker.rb

Overview

Stores a lookup resolution so that lookup (incl. sampling) is done only once, not in the beginning of the producer code (when it asks whether it should proceed) and again once it delivers the data

Instance Attribute Summary collapse

Instance Attribute Details

#modulesObject

Returns the value of attribute modules

Returns:

  • (Object)

    the current value of modules



18
19
20
# File 'lib/sqreen/ecosystem/tracing_broker.rb', line 18

def modules
  @modules
end