class Forgejo::Release

Included Modules

Defined in:

lib/forgejo/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def author : User #

[View source]
def author=(author : User) #

[View source]
def body : String #

[View source]
def body=(body : String) #

[View source]
def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def draft=(draft : Bool) #

[View source]
def draft? : Bool #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def published_at : Time #

[View source]
def published_at=(published_at : Time) #

[View source]
def tag_name : String #

[View source]
def tag_name=(tag_name : String) #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]