struct TreePayload::Tree

Included Modules

Defined in:

githubcr/payloads/tree.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(path _path = @path, mode _mode = @mode, type _type = @type, sha _sha = @sha) #

[View source]
def mode : String #

def path : String #

def sha : String #

def type : String #