struct Octokit::Models::RepositoryTag

Defined in:

octokit/models/repos.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, commit_sha : String, commit_url : String, zipball_url : String, tarball_url : String) #

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

Instance Method Detail

def commit_sha : String #

def commit_sha=(_commit_sha : String) #

def commit_url : String #

def commit_url=(_commit_url : String) #

def name : String #

def name=(_name : String) #

def tarball_url : String #

def tarball_url=(_tarball_url : String) #

def to_json(json : JSON::Builder) #

def zipball_url : String #

def zipball_url=(_zipball_url : String) #