enum

CVSS::V2::TargetDistribution

Inherits Enum < Comparable < Value < Object

Constants

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

Constructors

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

Returns true if this enum value equals None

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
weight
Source