Class: CodeownersValidator::DuplicateChecker::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#duplicatesObject (readonly)

Returns the value of attribute duplicates

Returns:

  • (Object)

    the current value of duplicates



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

def duplicates
  @duplicates
end