Class: Moult::Health::Score::BoundariesInput

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



106
107
108
# File 'lib/moult/health/score.rb', line 106

def file_count
  @file_count
end

#violation_countObject

Returns the value of attribute violation_count

Returns:

  • (Object)

    the current value of violation_count



106
107
108
# File 'lib/moult/health/score.rb', line 106

def violation_count
  @violation_count
end

#weighted_violationsObject

Returns the value of attribute weighted_violations

Returns:

  • (Object)

    the current value of weighted_violations



106
107
108
# File 'lib/moult/health/score.rb', line 106

def weighted_violations
  @weighted_violations
end