class CycloneDX::License

Included Modules

Defined in:

cyclonedx/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(id : String | Nil = nil, name : String | Nil = nil, url : String | Nil = nil) #

[View source]

Instance Method Detail

def id : String | Nil #

[View source]
def name : String | Nil #

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

[View source]
def url : String | Nil #

[View source]