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

Class Attribute Details

.enabledObject

Returns the value of attribute enabled.



6
7
8
# File 'lib/cache-query-trace.rb', line 6

def enabled
  @enabled
end

.levelObject

Returns the value of attribute level.



7
8
9
# File 'lib/cache-query-trace.rb', line 7

def level
  @level
end

.linesObject

Returns the value of attribute lines.



8
9
10
# File 'lib/cache-query-trace.rb', line 8

def lines
  @lines
end

.trace_sliceObject (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