Class: CodeownersValidator::UncoveredFileChecker::Result
- Inherits:
-
Data
- Object
- Data
- CodeownersValidator::UncoveredFileChecker::Result
- Defined in:
- lib/codeowners_validator/checkers/uncovered_file_checker.rb
Instance Attribute Summary collapse
-
#uncovered_files ⇒ Object
readonly
Returns the value of attribute uncovered_files.
Instance Attribute Details
#uncovered_files ⇒ Object (readonly)
Returns the value of attribute uncovered_files
5 6 7 |
# File 'lib/codeowners_validator/checkers/uncovered_file_checker.rb', line 5 def uncovered_files @uncovered_files end |