Class: Moult::Health::Score::DuplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Moult::Health::Score::DuplicationInput
- Defined in:
- lib/moult/health/score.rb
Instance Attribute Summary collapse
-
#file_count ⇒ Object
Returns the value of attribute file_count.
-
#set_count ⇒ Object
Returns the value of attribute set_count.
-
#weighted_dup_mass ⇒ Object
Returns the value of attribute weighted_dup_mass.
Instance Attribute Details
#file_count ⇒ Object
Returns the value of attribute file_count
104 105 106 |
# File 'lib/moult/health/score.rb', line 104 def file_count @file_count end |
#set_count ⇒ Object
Returns the value of attribute set_count
104 105 106 |
# File 'lib/moult/health/score.rb', line 104 def set_count @set_count end |
#weighted_dup_mass ⇒ Object
Returns the value of attribute weighted_dup_mass
104 105 106 |
# File 'lib/moult/health/score.rb', line 104 def weighted_dup_mass @weighted_dup_mass end |