struct TreePayload

Included Modules

Defined in:

githubcr/payloads/tree.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tree : Array(TreePayload::Tree), base_tree : String | Nil = nil) #

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

[View source]

Instance Method Detail

def base_tree : String | Nil #

def clone #

[View source]
def copy_with(tree _tree = @tree, base_tree _base_tree = @base_tree) #

[View source]
def tree : Array(TreePayload::Tree) #