enum

CVSS::V3::Scope

Inherits Enum < Comparable < Value < Object

Constants

Unchanged = 0
Changed = 1

Constructors

parse(s : String) : Scope
Source

Instance methods

changed?

Returns true if this enum value equals Changed

Source
code
Source
unchanged?

Returns true if this enum value equals Unchanged

Source