class CycloneDX::Metadata

Included Modules

Defined in:

cyclonedx/metadata.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(component : Component | Nil = nil, tools : Array(Tool) | Nil = nil, authors : Array(OrganizationalContact) | Nil = nil, timestamp : String | Nil = nil) #

[View source]

Instance Method Detail

def authors : Array(OrganizationalContact) | Nil #

[View source]
def component : Component | Nil #

[View source]
def timestamp : String | Nil #

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

[View source]
def tools : Array(Tool) | Nil #

[View source]