class
CycloneDX::ExternalReference
- CycloneDX::ExternalReference
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cyclonedx/models.crConstructors
- .new(ref_type : String, url : String, comment : String | Nil = nil, hashes : Array(Hash) | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #comment : String | Nil
- #hashes : Array(Hash) | 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, hashes : Array(Hash) | Nil = nil)
#