Class: Moult::Boundaries::Severity::Assessment
- Inherits:
-
Struct
- Object
- Struct
- Moult::Boundaries::Severity::Assessment
- Defined in:
- lib/moult/boundaries/severity.rb
Overview
The graded result: a severity on SCALE and the reasons behind it.
Instance Attribute Summary collapse
-
#reasons ⇒ Object
Returns the value of attribute reasons.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#reasons ⇒ Object
Returns the value of attribute reasons
58 59 60 |
# File 'lib/moult/boundaries/severity.rb', line 58 def reasons @reasons end |
#severity ⇒ Object
Returns the value of attribute severity
58 59 60 |
# File 'lib/moult/boundaries/severity.rb', line 58 def severity @severity end |