Class: Scryer::Scanner::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/scryer/scanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#duplicate_groupsObject

Returns the value of attribute duplicate_groups

Returns:

  • (Object)

    the current value of duplicate_groups



29
30
31
# File 'lib/scryer/scanner.rb', line 29

def duplicate_groups
  @duplicate_groups
end

#files_scannedObject

Returns the value of attribute files_scanned

Returns:

  • (Object)

    the current value of files_scanned



29
30
31
# File 'lib/scryer/scanner.rb', line 29

def files_scanned
  @files_scanned
end

#parse_errorsObject

Returns the value of attribute parse_errors

Returns:

  • (Object)

    the current value of parse_errors



29
30
31
# File 'lib/scryer/scanner.rb', line 29

def parse_errors
  @parse_errors
end

#performance_findingsObject

Returns the value of attribute performance_findings

Returns:

  • (Object)

    the current value of performance_findings



29
30
31
# File 'lib/scryer/scanner.rb', line 29

def performance_findings
  @performance_findings
end

#security_findingsObject

Returns the value of attribute security_findings

Returns:

  • (Object)

    the current value of security_findings



29
30
31
# File 'lib/scryer/scanner.rb', line 29

def security_findings
  @security_findings
end

#style_findingsObject

Returns the value of attribute style_findings

Returns:

  • (Object)

    the current value of style_findings



29
30
31
# File 'lib/scryer/scanner.rb', line 29

def style_findings
  @style_findings
end