enum

CVSS::V4::Safety

Inherits Enum < Comparable < Value < Object

Constants

NotDefined = 0
Negligible = 1
Present = 2

Constructors

parse(s : String) : Safety
Source

Instance methods

code
Source
negligible?

Returns true if this enum value equals Negligible

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
present?

Returns true if this enum value equals Present

Source