class

Forgejo::Release

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

author
Source
author=(author : User)
Source
body
Source
body=(body : String)
Source
created_at
Source
created_at=(created_at : Time)
Source
draft=(draft : Bool)
Source
draft?
Source
id=(id : Int32)
Source
name
Source
name=(name : String)
Source
published_at
Source
published_at=(published_at : Time)
Source
tag_name
Source
tag_name=(tag_name : String)
Source
url=(url : String)
Source