Class: Insika::Refinement::EvidenceCollector::Finding

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/refinement/evidence_collector.rb

Overview

One defect, aggregated over the window. key is the stable identity used to dedupe/group (and, later, for a proposal to say which finding it addresses); sessions is provenance — ids only, capped, never content.

Instance Attribute Summary collapse

Instance Attribute Details

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



62
63
64
# File 'lib/insika/refinement/evidence_collector.rb', line 62

def count
  @count
end

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



62
63
64
# File 'lib/insika/refinement/evidence_collector.rb', line 62

def detail
  @detail
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



62
63
64
# File 'lib/insika/refinement/evidence_collector.rb', line 62

def key
  @key
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



62
63
64
# File 'lib/insika/refinement/evidence_collector.rb', line 62

def kind
  @kind
end

#sessionsObject (readonly)

Returns the value of attribute sessions

Returns:

  • (Object)

    the current value of sessions



62
63
64
# File 'lib/insika/refinement/evidence_collector.rb', line 62

def sessions
  @sessions
end

#severityObject (readonly)

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



62
63
64
# File 'lib/insika/refinement/evidence_collector.rb', line 62

def severity
  @severity
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



62
63
64
# File 'lib/insika/refinement/evidence_collector.rb', line 62

def title
  @title
end