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, bom_ref : String | Nil = nil, text : AttachedText | Nil = nil, acknowledgement : String | Nil = nil) #

[View source]

Instance Method Detail

def acknowledgement : String | Nil #

[View source]
def bom_ref : String | Nil #

[View source]
def id : String | Nil #

[View source]
def name : String | Nil #

[View source]
def text : AttachedText | Nil #

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

[View source]
def url : String | Nil #

[View source]