enum

CVSS::V4::ModifiedPrivilegesRequired

Inherits Enum < Comparable < Value < Object

Constants

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

Constructors

parse(s : String) : ModifiedPrivilegesRequired
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