struct Octokit::Models::RepositoryRelease

Defined in:

octokit/models/repo_releases.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag_name : String, target_commitish : String, name : String, body : String, draft : Bool, prerelease : Bool, id : Union(Int64, Nil), created_at : Union(Time, Nil), published_at : Union(String, Nil), url : Union(String, Nil), html_url : Union(String, Nil), assets_url : Union(String, Nil), assets : Union(Array(ReleaseAsset), Nil), upload_url : String, zipball_url : Union(String, Nil), tarball_url : Union(String, Nil), author : Union(User, Nil), node_id : Union(String, Nil)) #

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

Instance Method Detail

def assets : Union(Array(ReleaseAsset), Nil) #

def assets=(_assets : Union(Array(ReleaseAsset), Nil)) #

def assets_url : Union(String, Nil) #

def assets_url=(_assets_url : Union(String, Nil)) #

def author : Union(User, Nil) #

def author=(_author : Union(User, Nil)) #

def body : String #

def body=(_body : String) #

def created_at : Union(Time, Nil) #

def created_at=(_created_at : Union(Time, Nil)) #

def draft : Bool #

def draft=(_draft : Bool) #

def html_url : Union(String, Nil) #

def html_url=(_html_url : Union(String, Nil)) #

def id : Union(Int64, Nil) #

def id=(_id : Union(Int64, Nil)) #

def name : String #

def name=(_name : String) #

def node_id : Union(String, Nil) #

def node_id=(_node_id : Union(String, Nil)) #

def prerelease : Bool #

def prerelease=(_prerelease : Bool) #

def published_at : Union(String, Nil) #

def published_at=(_published_at : Union(String, Nil)) #

def tag_name : String #

def tag_name=(_tag_name : String) #

def tarball_url : Union(String, Nil) #

def tarball_url=(_tarball_url : Union(String, Nil)) #

def target_commitish : String #

def target_commitish=(_target_commitish : String) #

def to_json(json : JSON::Builder) #

def upload_url : String #

def upload_url=(_upload_url : String) #

def url : Union(String, Nil) #

def url=(_url : Union(String, Nil)) #

def zipball_url : Union(String, Nil) #

def zipball_url=(_zipball_url : Union(String, Nil)) #