Class: CVESchema::CVE::Description
- Inherits:
-
Object
- Object
- CVESchema::CVE::Description
- Includes:
- HasLangValue
- Defined in:
- lib/cve_schema/cve/description.rb
Overview
Represents a description JSON object.
Instance Attribute Summary
Attributes included from HasLangValue
Instance Method Summary collapse
-
#na? ⇒ Boolean
Determines if the HasLangValue#value is
n/a
.
Methods included from HasLangValue
Instance Method Details
#na? ⇒ Boolean
Determines if the HasLangValue#value is n/a
.
18 19 20 |
# File 'lib/cve_schema/cve/description.rb', line 18 def na? @value == NA end |