enum

CVSS::V2::CollateralDamagePotential

Inherits Enum < Comparable < Value < Object

Constants

None = 0
Low = 1
LowMedium = 2
MediumHigh = 3
High = 4
NotDefined = 5

Constructors

parse(s : String) : CollateralDamagePotential
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
low_medium?

Returns true if this enum value equals LowMedium

Source
medium_high?

Returns true if this enum value equals MediumHigh

Source
none?

Returns true if this enum value equals None

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
weight
Source