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