class CycloneDX::EvidenceCopyright

Included Modules

Defined in:

cyclonedx/evidence.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(text : String) #

[View source]

Instance Method Detail

def text : String #

[View source]
def 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 containing multiple children).


[View source]