Class: Moult::Health::Score::Composite
- Inherits:
-
Struct
- Object
- Struct
- Moult::Health::Score::Composite
- Defined in:
- lib/moult/health/score.rb
Overview
The whole-codebase (or per-file) result: the composite + the present components. +score+/+grade+ are nil only when every component is absent.
Instance Attribute Summary collapse
-
#components ⇒ Object
Returns the value of attribute components.
-
#grade ⇒ Object
Returns the value of attribute grade.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#components ⇒ Object
Returns the value of attribute components
95 96 97 |
# File 'lib/moult/health/score.rb', line 95 def components @components end |
#grade ⇒ Object
Returns the value of attribute grade
95 96 97 |
# File 'lib/moult/health/score.rb', line 95 def grade @grade end |
#score ⇒ Object
Returns the value of attribute score
95 96 97 |
# File 'lib/moult/health/score.rb', line 95 def score @score end |