Class: MetzScan::Commands::Scan::ProjectAnalyzerOffenses::OffenseSet
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Commands::Scan::ProjectAnalyzerOffenses::OffenseSet
- Defined in:
- lib/metz_scan/commands/scan/project_analyzer_offenses.rb
Instance Attribute Summary collapse
-
#by_path ⇒ Object
Returns the value of attribute by_path.
-
#offenses ⇒ Object
Returns the value of attribute offenses.
Instance Attribute Details
#by_path ⇒ Object
Returns the value of attribute by_path
9 10 11 |
# File 'lib/metz_scan/commands/scan/project_analyzer_offenses.rb', line 9 def by_path @by_path end |
#offenses ⇒ Object
Returns the value of attribute offenses
9 10 11 |
# File 'lib/metz_scan/commands/scan/project_analyzer_offenses.rb', line 9 def offenses @offenses end |