enum

CVSS::V2::AccessComplexity

Inherits Enum < Comparable < Value < Object

Constants

High = 0
Medium = 1
Low = 2

Constructors

parse(s : String) : AccessComplexity
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
medium?

Returns true if this enum value equals Medium

Source
weight
Source