class
CycloneDX::Formula
- CycloneDX::Formula
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cyclonedx/formulation.crConstructors
- .new(pull : JSON::PullParser)
- .new(workflows : Array(Workflow) | Nil = nil, properties : Array(Property) | Nil = nil, bom_ref : String | Nil = nil)
Instance Method Summary
- #bom_ref : String | Nil
- #properties : Array(Property) | Nil
- #to_xml(xml : XML::Builder)
- #workflows : Array(Workflow) | Nil
Constructor Detail
def self.new(workflows : Array(Workflow) | Nil = nil, properties : Array(Property) | Nil = nil, bom_ref : String | Nil = nil)
#