Class: Insika::Refinement::EvidenceCollector::Finding
- Inherits:
-
Data
- Object
- Data
- Insika::Refinement::EvidenceCollector::Finding
- 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
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#sessions ⇒ Object
readonly
Returns the value of attribute sessions.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
62 63 64 |
# File 'lib/insika/refinement/evidence_collector.rb', line 62 def count @count end |
#detail ⇒ Object (readonly)
Returns the value of attribute detail
62 63 64 |
# File 'lib/insika/refinement/evidence_collector.rb', line 62 def detail @detail end |
#key ⇒ Object (readonly)
Returns the value of attribute key
62 63 64 |
# File 'lib/insika/refinement/evidence_collector.rb', line 62 def key @key end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
62 63 64 |
# File 'lib/insika/refinement/evidence_collector.rb', line 62 def kind @kind end |
#sessions ⇒ Object (readonly)
Returns the value of attribute sessions
62 63 64 |
# File 'lib/insika/refinement/evidence_collector.rb', line 62 def sessions @sessions end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
62 63 64 |
# File 'lib/insika/refinement/evidence_collector.rb', line 62 def severity @severity end |
#title ⇒ Object (readonly)
Returns the value of attribute title
62 63 64 |
# File 'lib/insika/refinement/evidence_collector.rb', line 62 def title @title end |