struct Octokit::Models::GitObject

Defined in:

octokit/models/git_refs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, sha : String, url : String) #

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

Instance Method Detail

def sha : String #

def sha=(_sha : String) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #

def url : String #

def url=(_url : String) #