Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cyclonedx-cr
v1.1.0
App
Options
CycloneDX
BOM
Component
Dependency
ExternalReference
Hash
License
Metadata
OrganizationalContact
Tool
ShardFile
ShardLockEntry
ShardLockFile
Generated using Crystal 1.16.3
2026-03-09 00:43:09 UTC
class
CycloneDX::
ExternalReference
CycloneDX::ExternalReference
Reference
Object
Included Modules
JSON::Serializable
Defined in:
cyclonedx/models.cr
Constructors
.new
(ref_type : String, url : String, comment : String | Nil =
nil
)
.new
(pull : JSON::PullParser)
Instance Method Summary
#comment
: String | Nil
#ref_type
: String
#to_xml
(xml : XML::Builder)
#url
: String
Constructor Detail
def self.
new
(ref_type : String, url : String, comment : String | Nil =
nil
)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
comment
: String | Nil
#
[
View source
]
def
ref_type
: String
#
[
View source
]
def
to_xml
(xml : XML::Builder)
#
[
View source
]
def
url
: String
#
[
View source
]