class CycloneDX::Issue

Included Modules

Defined in:

cyclonedx/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(issue_type : String | Nil = nil, id : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, source : IssueSource | Nil = nil) #

[View source]

Instance Method Detail

def description : String | Nil #

[View source]
def id : String | Nil #

[View source]
def issue_type : String | Nil #

[View source]
def name : String | Nil #

[View source]
def source : IssueSource | Nil #

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

[View source]