Class: Hashira::Duplication::DuplicationFinding::Overlap
- Inherits:
-
Data
- Object
- Data
- Hashira::Duplication::DuplicationFinding::Overlap
- Defined in:
- lib/hashira/duplication/duplication_finding.rb
Instance Attribute Summary collapse
-
#hot ⇒ Object
readonly
Returns the value of attribute hot.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#mass ⇒ Object
readonly
Returns the value of attribute mass.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#hot ⇒ Object (readonly)
Returns the value of attribute hot
6 7 8 |
# File 'lib/hashira/duplication/duplication_finding.rb', line 6 def hot @hot end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
6 7 8 |
# File 'lib/hashira/duplication/duplication_finding.rb', line 6 def kind @kind end |
#mass ⇒ Object (readonly)
Returns the value of attribute mass
6 7 8 |
# File 'lib/hashira/duplication/duplication_finding.rb', line 6 def mass @mass end |
#size ⇒ Object (readonly)
Returns the value of attribute size
6 7 8 |
# File 'lib/hashira/duplication/duplication_finding.rb', line 6 def size @size end |