enum

CVSS::V4::ModifiedAttackComplexity

Inherits Enum < Comparable < Value < Object

Constants

NotDefined = 0
Low = 1
High = 2

Constructors

parse(s : String) : ModifiedAttackComplexity
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
not_defined?

Returns true if this enum value equals NotDefined

Source