class CycloneDX::EvidenceMethod

Included Modules

Defined in:

cyclonedx/evidence.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(technique : String, confidence : Float64 | Nil = nil) #

[View source]

Instance Method Detail

def confidence : Float64 | Nil #

[View source]
def technique : String #

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

[View source]