Class: Scryer::Scanner::Result
- Inherits:
-
Struct
- Object
- Struct
- Scryer::Scanner::Result
- Defined in:
- lib/scryer/scanner.rb
Instance Attribute Summary collapse
-
#duplicate_groups ⇒ Object
Returns the value of attribute duplicate_groups.
-
#files_scanned ⇒ Object
Returns the value of attribute files_scanned.
-
#parse_errors ⇒ Object
Returns the value of attribute parse_errors.
-
#performance_findings ⇒ Object
Returns the value of attribute performance_findings.
-
#security_findings ⇒ Object
Returns the value of attribute security_findings.
-
#style_findings ⇒ Object
Returns the value of attribute style_findings.
Instance Attribute Details
#duplicate_groups ⇒ Object
Returns the value of attribute duplicate_groups
29 30 31 |
# File 'lib/scryer/scanner.rb', line 29 def duplicate_groups @duplicate_groups end |
#files_scanned ⇒ Object
Returns the value of attribute files_scanned
29 30 31 |
# File 'lib/scryer/scanner.rb', line 29 def files_scanned @files_scanned end |
#parse_errors ⇒ Object
Returns the value of attribute parse_errors
29 30 31 |
# File 'lib/scryer/scanner.rb', line 29 def parse_errors @parse_errors end |
#performance_findings ⇒ Object
Returns the value of attribute performance_findings
29 30 31 |
# File 'lib/scryer/scanner.rb', line 29 def performance_findings @performance_findings end |
#security_findings ⇒ Object
Returns the value of attribute security_findings
29 30 31 |
# File 'lib/scryer/scanner.rb', line 29 def security_findings @security_findings end |
#style_findings ⇒ Object
Returns the value of attribute style_findings
29 30 31 |
# File 'lib/scryer/scanner.rb', line 29 def style_findings @style_findings end |