struct Octokit::Models::RepositoryReleaseRequest

Defined in:

octokit/models/repo_releases.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag_name : String, target_commit_hash : String, name : String, body : String, draft : Bool, prerelease : Bool) #

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

Instance Method Detail

def body : String #

def body=(_body : String) #

def draft : Bool #

def draft=(_draft : Bool) #

def name : String #

def name=(_name : String) #

def prerelease : Bool #

def prerelease=(_prerelease : Bool) #

def tag_name : String #

def tag_name=(_tag_name : String) #

def target_commit_hash : String #

def target_commit_hash=(_target_commit_hash : String) #

def to_json(json : JSON::Builder) #