Class: Browsable::TestReport::EndpointReport
- Inherits:
-
Data
- Object
- Data
- Browsable::TestReport::EndpointReport
- Defined in:
- lib/browsable/test_report.rb
Overview
An analyzer outcome grouped by endpoint, used for rendering.
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
readonly
Returns the value of attribute endpoint.
-
#findings ⇒ Object
readonly
Returns the value of attribute findings.
-
#policy ⇒ Object
readonly
Returns the value of attribute policy.
Instance Attribute Details
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint
21 22 23 |
# File 'lib/browsable/test_report.rb', line 21 def endpoint @endpoint end |
#findings ⇒ Object (readonly)
Returns the value of attribute findings
21 22 23 |
# File 'lib/browsable/test_report.rb', line 21 def findings @findings end |
#policy ⇒ Object (readonly)
Returns the value of attribute policy
21 22 23 |
# File 'lib/browsable/test_report.rb', line 21 def policy @policy end |