CycloneDX::ReleaseNotes
Inherits JSON::Serializable / Reference / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(release_type : String | Nil = nil, title : String | Nil = nil, featured_image : String | Nil = nil, social_image : String | Nil = nil, description : String | Nil = nil, timestamp : String | Nil = nil, aliases : Array(String) | Nil = nil, tags : Array(String) | Nil = nil, resolves : Array(Issue) | Nil = nil, notes : Array(Note) | Nil = nil, properties : Array(Property) | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
aliases
Sourcedescription
Sourcefeatured_image
Sourcenotes
Sourceproperties
Sourcerelease_type
Sourceresolves
Sourcesocial_image
Sourcetags
Sourcetimestamp
Sourcetitle
Sourceto_xml(xml : XML::Builder)
Source