Class: Browsable::TestReport::EndpointReport

Inherits:
Data
  • Object
show all
Defined in:
lib/browsable/test_report.rb

Overview

An analyzer outcome grouped by endpoint, used for rendering.

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject (readonly)

Returns the value of attribute endpoint

Returns:

  • (Object)

    the current value of endpoint



21
22
23
# File 'lib/browsable/test_report.rb', line 21

def endpoint
  @endpoint
end

#findingsObject (readonly)

Returns the value of attribute findings

Returns:

  • (Object)

    the current value of findings



21
22
23
# File 'lib/browsable/test_report.rb', line 21

def findings
  @findings
end

#policyObject (readonly)

Returns the value of attribute policy

Returns:

  • (Object)

    the current value of policy



21
22
23
# File 'lib/browsable/test_report.rb', line 21

def policy
  @policy
end