class CycloneDX::Claim

Included Modules

Defined in:

cyclonedx/declaration.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(target : String | Nil = nil, predicate : String | Nil = nil, mitigation_strategies : Array(String) | Nil = nil, reasoning : String | Nil = nil, evidence : Array(String) | Nil = nil, bom_ref : String | Nil = nil) #

[View source]

Instance Method Detail

def bom_ref : String | Nil #

[View source]
def evidence : Array(String) | Nil #

[View source]
def mitigation_strategies : Array(String) | Nil #

[View source]
def predicate : String | Nil #

[View source]
def reasoning : String | Nil #

[View source]
def target : String | Nil #

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

[View source]