class
CycloneDX::ReleaseNotes
- CycloneDX::ReleaseNotes
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cyclonedx/models.crConstructors
- .new(pull : JSON::PullParser)
- .new(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)
Instance Method Summary
- #aliases : Array(String) | Nil
- #description : String | Nil
- #featured_image : String | Nil
- #notes : Array(Note) | Nil
- #properties : Array(Property) | Nil
- #release_type : String | Nil
- #resolves : Array(Issue) | Nil
- #social_image : String | Nil
- #tags : Array(String) | Nil
- #timestamp : String | Nil
- #title : String | Nil
- #to_xml(xml : XML::Builder)
Constructor Detail
def self.new(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)
#
Instance Method Detail
def social_image : String | Nil
#
[View source]