class Gitlab::Release

Included Modules

Defined in:

lib/gitlab/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def assets : Assets #

[View source]
def assets=(assets : Assets) #

[View source]
def commit : Commit #

[View source]
def commit=(commit : Commit) #

[View source]
def commit_path : String #

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

[View source]
def created_at : Time #

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

[View source]
def description : String #

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

[View source]
def description_html : String #

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

[View source]
def links : ReleaseLinks #

[View source]
def links=(links : ReleaseLinks) #

[View source]
def name : String #

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

[View source]
def released_at : Time #

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

[View source]
def tag_name : String #

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

[View source]
def tag_path : String #

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

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

[View source]
def upcoming_release? : Bool #

[View source]