class CycloneDX::Formula

Included Modules

Defined in:

cyclonedx/formulation.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(workflows : Array(Workflow) | Nil = nil, properties : Array(Property) | Nil = nil, bom_ref : String | Nil = nil) #

[View source]

Instance Method Detail

def bom_ref : String | Nil #

[View source]
def properties : Array(Property) | Nil #

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

[View source]
def workflows : Array(Workflow) | Nil #

[View source]