struct Grits::DiffFileData
- Grits::DiffFileData
- Struct
- Value
- Object
Defined in:
grits/diff/diff_file.crConstructors
Instance Method Summary
- #clone
- #copy_with(mode _mode = @mode, path _path = @path, id_length _id_length = @id_length, sha _sha = @sha)
- #id_length : Int32
- #mode : LibGit::FilemodeT
- #path : String
- #sha : String
Constructor Detail
def self.new(mode : LibGit::FilemodeT, path : String, id_length : Int32, sha : String)
#
Instance Method Detail
def copy_with(mode _mode = @mode, path _path = @path, id_length _id_length = @id_length, sha _sha = @sha)
#