Class: Moult::Health::Score::DuplicationInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/moult/health/score.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_countObject

Returns the value of attribute file_count

Returns:

  • (Object)

    the current value of file_count



104
105
106
# File 'lib/moult/health/score.rb', line 104

def file_count
  @file_count
end

#set_countObject

Returns the value of attribute set_count

Returns:

  • (Object)

    the current value of set_count



104
105
106
# File 'lib/moult/health/score.rb', line 104

def set_count
  @set_count
end

#weighted_dup_massObject

Returns the value of attribute weighted_dup_mass

Returns:

  • (Object)

    the current value of weighted_dup_mass



104
105
106
# File 'lib/moult/health/score.rb', line 104

def weighted_dup_mass
  @weighted_dup_mass
end