Class: CqlInstrumentation::RuntimeRegistry

Inherits:
Object
  • Object
show all
Extended by:
ActiveSupport::PerThreadRegistry
Defined in:
lib/cql_instrumentation/log_subscriber.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#cql_runtimeObject

Returns the value of attribute cql_runtime.



35
36
37
# File 'lib/cql_instrumentation/log_subscriber.rb', line 35

def cql_runtime
  @cql_runtime
end

Class Method Details

.cql_runtimeObject



37
38
39
# File 'lib/cql_instrumentation/log_subscriber.rb', line 37

def self.cql_runtime
  instance.cql_runtime
end

.cql_runtime=(val) ⇒ Object



41
42
43
# File 'lib/cql_instrumentation/log_subscriber.rb', line 41

def self.cql_runtime=(val)
  instance.cql_runtime = val
end