Module: CacheQueryTrace
- Defined in:
- lib/version.rb,
lib/cache-query-trace.rb
Defined Under Namespace
Classes: LogSubscriber
Constant Summary collapse
- VERSION =
'0.1.1'
Class Attribute Summary collapse
-
.enabled ⇒ Object
Returns the value of attribute enabled.
-
.level ⇒ Object
Returns the value of attribute level.
-
.lines ⇒ Object
Returns the value of attribute lines.
-
.trace_slice ⇒ Object
readonly
Returns the value of attribute trace_slice.
Class Attribute Details
.enabled ⇒ Object
Returns the value of attribute enabled.
6 7 8 |
# File 'lib/cache-query-trace.rb', line 6 def enabled @enabled end |
.level ⇒ Object
Returns the value of attribute level.
7 8 9 |
# File 'lib/cache-query-trace.rb', line 7 def level @level end |
.lines ⇒ Object
Returns the value of attribute lines.
8 9 10 |
# File 'lib/cache-query-trace.rb', line 8 def lines @lines end |
.trace_slice ⇒ Object (readonly)
Returns the value of attribute trace_slice.
9 10 11 |
# File 'lib/cache-query-trace.rb', line 9 def trace_slice @trace_slice end |