Class: Scryer::DuplicateDetector::DuplicateGroup
- Inherits:
-
Struct
- Object
- Struct
- Scryer::DuplicateDetector::DuplicateGroup
- Defined in:
- lib/scryer/duplicate_detector.rb
Overview
kind just gets stamped onto every group this run produces — lets
Scanner run this same algorithm separately over methods, query chains,
and cached values, and have each result self-identify in the report
(see QueryExtractor/CacheExtractor, whose output feeds this same class).
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#members ⇒ Object
Returns the value of attribute members.
-
#similarity ⇒ Object
Returns the value of attribute similarity.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
32 33 34 |
# File 'lib/scryer/duplicate_detector.rb', line 32 def kind @kind end |
#members ⇒ Object
Returns the value of attribute members
32 33 34 |
# File 'lib/scryer/duplicate_detector.rb', line 32 def members @members end |
#similarity ⇒ Object
Returns the value of attribute similarity
32 33 34 |
# File 'lib/scryer/duplicate_detector.rb', line 32 def similarity @similarity end |