Class: CqlInstrumentation::RuntimeRegistry
- Inherits:
-
Object
- Object
- CqlInstrumentation::RuntimeRegistry
- Extended by:
- ActiveSupport::PerThreadRegistry
- Defined in:
- lib/cql_instrumentation/log_subscriber.rb
Instance Attribute Summary collapse
-
#cql_runtime ⇒ Object
Returns the value of attribute cql_runtime.
Class Method Summary collapse
Instance Attribute Details
#cql_runtime ⇒ Object
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_runtime ⇒ Object
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 |