Class: Moult::Boundaries::Severity::Assessment

Inherits:
Struct
  • Object
show all
Defined in:
lib/moult/boundaries/severity.rb

Overview

The graded result: a severity on SCALE and the reasons behind it.

Instance Attribute Summary collapse

Instance Attribute Details

#reasonsObject

Returns the value of attribute reasons

Returns:

  • (Object)

    the current value of reasons



58
59
60
# File 'lib/moult/boundaries/severity.rb', line 58

def reasons
  @reasons
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



58
59
60
# File 'lib/moult/boundaries/severity.rb', line 58

def severity
  @severity
end