enum

CVSS::V3::AttackComplexity

Inherits Enum < Comparable < Value < Object

Constants

Low = 0
High = 1

Constructors

parse(s : String) : AttackComplexity
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
weight
Source