class CycloneDX::FairnessAssessment

Included Modules

Defined in:

cyclonedx/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(group_at_risk : String | Nil = nil, benefits : String | Nil = nil, harms : String | Nil = nil, mitigation_strategy : String | Nil = nil) #

[View source]

Instance Method Detail

def benefits : String | Nil #

[View source]
def group_at_risk : String | Nil #

[View source]
def harms : String | Nil #

[View source]
def mitigation_strategy : String | Nil #

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

[View source]