Class: Insika::Refinement::EvidenceCollector::Report
- Inherits:
-
Data
- Object
- Data
- Insika::Refinement::EvidenceCollector::Report
- 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
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#excluded ⇒ Object
readonly
Returns the value of attribute excluded.
-
#findings ⇒ Object
readonly
Returns the value of attribute findings.
-
#sessions_seen ⇒ Object
readonly
Returns the value of attribute sessions_seen.
-
#turns_seen ⇒ Object
readonly
Returns the value of attribute turns_seen.
-
#window ⇒ Object
readonly
Returns the value of attribute window.
Instance Attribute Details
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id
67 68 69 |
# File 'lib/insika/refinement/evidence_collector.rb', line 67 def agent_id @agent_id end |
#excluded ⇒ Object (readonly)
Returns the value of attribute excluded
67 68 69 |
# File 'lib/insika/refinement/evidence_collector.rb', line 67 def excluded @excluded end |
#findings ⇒ Object (readonly)
Returns the value of attribute findings
67 68 69 |
# File 'lib/insika/refinement/evidence_collector.rb', line 67 def findings @findings end |
#sessions_seen ⇒ Object (readonly)
Returns the value of attribute sessions_seen
67 68 69 |
# File 'lib/insika/refinement/evidence_collector.rb', line 67 def sessions_seen @sessions_seen end |
#turns_seen ⇒ Object (readonly)
Returns the value of attribute turns_seen
67 68 69 |
# File 'lib/insika/refinement/evidence_collector.rb', line 67 def turns_seen @turns_seen end |
#window ⇒ Object (readonly)
Returns the value of attribute window
67 68 69 |
# File 'lib/insika/refinement/evidence_collector.rb', line 67 def window @window end |