struct Grits::CommitData
- Grits::CommitData
- Struct
- Value
- Object
Defined in:
grits/commit.crConstructors
Instance Method Summary
- #author : SignatureData | Nil
- #clone
- #committer : SignatureData | Nil
- #copy_with(message _message = @message, author _author = @author, committer _committer = @committer, sha _sha = @sha)
- #message : String
- #sha : String
Constructor Detail
def self.new(message : String, author : SignatureData | Nil, committer : SignatureData | Nil, sha : String)
#
Instance Method Detail
def copy_with(message _message = @message, author _author = @author, committer _committer = @committer, sha _sha = @sha)
#