struct Octokit::Models::Reference

Defined in:

octokit/models/git_refs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ref : String, url : String, object : GitObject, node_id : String) #

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

Instance Method Detail

def node_id : String #

def node_id=(_node_id : String) #

def object : GitObject #

def object=(_object : GitObject) #

def ref : String #

def ref=(_ref : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #