class CycloneDX::Declarations

Included Modules

Defined in:

cyclonedx/declaration.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(standards : Array(Standard) | Nil = nil, claims : Array(Claim) | Nil = nil) #

[View source]

Instance Method Detail

def claims : Array(Claim) | Nil #

[View source]
def standards : Array(Standard) | Nil #

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

[View source]