struct Octokit::Models::Tag

Defined in:

octokit/models/git_tags.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag : String, sha : String, url : String, message : String, tagger : CommitAuthor, object : GitObject, verification : SignatureVerification, node_id : String) #

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

Instance Method Detail

def message : String #

def message=(_message : String) #

def node_id : String #

def node_id=(_node_id : String) #

def object : GitObject #

def object=(_object : GitObject) #

def sha : String #

def sha=(_sha : String) #

def tag : String #

def tag=(_tag : String) #

def tagger : CommitAuthor #

def tagger=(_tagger : CommitAuthor) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #

def verification : SignatureVerification #

def verification=(_verification : SignatureVerification) #