class CycloneDX::EvidenceIdentity

Included Modules

Defined in:

cyclonedx/evidence.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(field : String | Nil = nil, confidence : Float64 | Nil = nil, methods : Array(EvidenceMethod) | Nil = nil, occurrences : Array(EvidenceOccurrence) | Nil = nil) #

[View source]

Instance Method Detail

def confidence : Float64 | Nil #

[View source]
def field : String | Nil #

[View source]
def methods : Array(EvidenceMethod) | Nil #

[View source]
def occurrences : Array(EvidenceOccurrence) | Nil #

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

[View source]