class CycloneDX::OrganizationalContact

Included Modules

Defined in:

cyclonedx/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String | Nil = nil, email : String | Nil = nil, phone : String | Nil = nil) #

[View source]

Instance Method Detail

def email : String | Nil #

[View source]
def name : String | Nil #

[View source]
def phone : String | Nil #

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

[View source]