enum

CVSS::V4::Automatable

Inherits Enum < Comparable < Value < Object

Constants

NotDefined = 0
No = 1
Yes = 2

Constructors

parse(s : String) : Automatable
Source

Instance methods

code
Source
no?

Returns true if this enum value equals No

Source
not_defined?

Returns true if this enum value equals NotDefined

Source
yes?

Returns true if this enum value equals Yes

Source