enum

CVSS::V3::ModifiedScope

Inherits Enum < Comparable < Value < Object

Constants

NotDefined = 0
Unchanged = 1
Changed = 2

Constructors

parse(s : String) : ModifiedScope
Source

Instance methods

changed?

Returns true if this enum value equals Changed

Source
code
Source
effective(base : Scope) : Scope
Source
not_defined?

Returns true if this enum value equals NotDefined

Source
unchanged?

Returns true if this enum value equals Unchanged

Source