class CycloneDX::ExternalReference

Included Modules

Defined in:

cyclonedx/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ref_type : String, url : String, comment : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def comment : String | Nil #

[View source]
def ref_type : String #

[View source]
def to_xml(xml : XML::Builder) #

[View source]
def url : String #

[View source]