enum

CVSS::V2::ReportConfidence

Inherits Enum < Comparable < Value < Object

Constants

Unconfirmed = 0
Uncorroborated = 1
Confirmed = 2
NotDefined = 3

Constructors

parse(s : String) : ReportConfidence
Source

Instance methods

code
Source
confirmed?

Returns true if this enum value equals Confirmed

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
unconfirmed?

Returns true if this enum value equals Unconfirmed

Source
uncorroborated?

Returns true if this enum value equals Uncorroborated

Source
weight
Source