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