enum

CVSS::V4::ResponseEffort

Inherits Enum < Comparable < Value < Object

Constants

NotDefined = 0
Low = 1
Moderate = 2
High = 3

Constructors

parse(s : String) : ResponseEffort
Source

Instance methods

code
Source
high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source
moderate?

Returns true if this enum value equals Moderate

Source
not_defined?

Returns true if this enum value equals NotDefined

Source