Class: CodeownersValidator::UncoveredFileChecker::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/codeowners_validator/checkers/uncovered_file_checker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#uncovered_filesObject (readonly)

Returns the value of attribute uncovered_files

Returns:

  • (Object)

    the current value of uncovered_files



5
6
7
# File 'lib/codeowners_validator/checkers/uncovered_file_checker.rb', line 5

def uncovered_files
  @uncovered_files
end