enum

CVSS::V4::ModifiedSubsequentAvailability

Inherits Enum < Comparable < Value < Object

Constants

NotDefined = 0
Safety = 1
High = 2
Low = 3
None = 4

Constructors

parse(s : String) : ModifiedSubsequentAvailability
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
none?

Returns true if this enum value equals None

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
safety?

Returns true if this enum value equals Safety

Source