class

CycloneDX::EvidenceCopyright

Inherits JSON::Serializable / Reference / Object

Constructors

new(text : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text
Source
to_xml(xml : XML::Builder)

A copyright entry is a single <text> element; the parent Evidence wraps the collection in one <copyright> element (copyrightsType allows a single <copyright> containing multiple <text> children).

Source