struct Octokit::Models::TreeEntry

Defined in:

octokit/models/git_trees.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sha : String, path : String, mode : String, type : String, size : Int32, content : String, url : String) #

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

Instance Method Detail

def content : String #

def content=(_content : String) #

def mode : String #

def mode=(_mode : String) #

def path : String #

def path=(_path : String) #

def sha : String #

def sha=(_sha : String) #

def size : Int32 #

def size=(_size : Int32) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #

def url : String #

def url=(_url : String) #