module Sqreen::Ecosystem::ModuleApi::Tracing::ClassMethods
Private Instance Methods
consumes(type)
click to toggle source
@param [Module] type The type the including module is interested in
# File lib/sqreen/ecosystem/module_api/tracing.rb, line 22 def consumes(type) @consumes = type end
fixed_scope(scope)
click to toggle source
A fixed (non-virtual) scope for this tracing module @param [String] scope
# File lib/sqreen/ecosystem/module_api/tracing.rb, line 28 def fixed_scope(scope) @fixed_scope = scope end