class Github::Release

Included Modules

Defined in:

lib/github/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def assets : Array(JSON::Any) #

[View source]
def assets=(assets : Array(JSON::Any)) #

[View source]
def assets_url : String #

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

[View source]
def author : Author | Nil #

[View source]
def author=(author : Author | Nil) #

[View source]
def body : String | Nil #

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

[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 html_url : String #

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

[View source]
def id : Int32 #

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

[View source]
def name : String | Nil #

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

[View source]
def node_id : String #

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

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

[View source]
def prerelease? : Bool #

[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 tarball_url : String #

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

[View source]
def target_commitish : String #

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

[View source]
def upload_url : String #

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

[View source]
def url : String #

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

[View source]
def zipball_url : String #

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

[View source]