enum

CVSS::V4::Recovery

Inherits Enum < Comparable < Value < Object

Constants

NotDefined = 0
Automatic = 1
User = 2
Irrecoverable = 3

Constructors

parse(s : String) : Recovery
Source

Instance methods

automatic?

Returns true if this enum value equals Automatic

Source
code
Source
irrecoverable?

Returns true if this enum value equals Irrecoverable

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
user?

Returns true if this enum value equals User

Source