Class: Audition::Dynamic::Result
- Inherits:
-
Data
- Object
- Data
- Audition::Dynamic::Result
- Defined in:
- lib/audition/dynamic/prober.rb
Overview
Outcome of one dynamic probe.
Instance Attribute Summary collapse
-
#findings ⇒ Array<Finding>
readonly
Findings derived from
raw. -
#mode ⇒ Symbol
readonly
:script,:require,:rack,:rails, or:capabilities. -
#passed ⇒ Boolean
readonly
Whether the target's own surface passed.
-
#raw ⇒ Hash
readonly
The harness's parsed JSON, verbatim.
Instance Attribute Details
#findings ⇒ Array<Finding> (readonly)
Returns findings derived from raw.
20 |
# File 'lib/audition/dynamic/prober.rb', line 20 Result = Data.define(:mode, :raw, :findings, :passed) |
#mode ⇒ Symbol (readonly)
Returns :script, :require, :rack, :rails,
or :capabilities.
20 |
# File 'lib/audition/dynamic/prober.rb', line 20 Result = Data.define(:mode, :raw, :findings, :passed) |
#passed ⇒ Boolean (readonly)
Returns whether the target's own surface passed.
20 |
# File 'lib/audition/dynamic/prober.rb', line 20 Result = Data.define(:mode, :raw, :findings, :passed) |
#raw ⇒ Hash (readonly)
Returns the harness's parsed JSON, verbatim.
20 |
# File 'lib/audition/dynamic/prober.rb', line 20 Result = Data.define(:mode, :raw, :findings, :passed) |