Class: Insika::Refinement::EvidenceCollector::Report

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

Overview

What a run looked at, alongside what it found. excluded is reported rather than swallowed: a window that quietly dropped half the traffic reads like a clean deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idObject (readonly)

Returns the value of attribute agent_id

Returns:

  • (Object)

    the current value of agent_id



67
68
69
# File 'lib/insika/refinement/evidence_collector.rb', line 67

def agent_id
  @agent_id
end

#excludedObject (readonly)

Returns the value of attribute excluded

Returns:

  • (Object)

    the current value of excluded



67
68
69
# File 'lib/insika/refinement/evidence_collector.rb', line 67

def excluded
  @excluded
end

#findingsObject (readonly)

Returns the value of attribute findings

Returns:

  • (Object)

    the current value of findings



67
68
69
# File 'lib/insika/refinement/evidence_collector.rb', line 67

def findings
  @findings
end

#sessions_seenObject (readonly)

Returns the value of attribute sessions_seen

Returns:

  • (Object)

    the current value of sessions_seen



67
68
69
# File 'lib/insika/refinement/evidence_collector.rb', line 67

def sessions_seen
  @sessions_seen
end

#turns_seenObject (readonly)

Returns the value of attribute turns_seen

Returns:

  • (Object)

    the current value of turns_seen



67
68
69
# File 'lib/insika/refinement/evidence_collector.rb', line 67

def turns_seen
  @turns_seen
end

#windowObject (readonly)

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



67
68
69
# File 'lib/insika/refinement/evidence_collector.rb', line 67

def window
  @window
end