struct
Agate::Note
- Agate::Note
- Struct
- Value
- Object
Overview
A git note attached to an object.
Defined in:
agate/notes.crConstructors
Instance Method Summary
- #author : Agate::Signature
- #clone
- #committer : Agate::Signature
- #copy_with(oid _oid = @oid, message _message = @message, author _author = @author, committer _committer = @committer)
- #message : String
- #oid : OID
Constructor Detail
def self.new(oid : OID, message : String, author : Agate::Signature, committer : Agate::Signature)
#
Instance Method Detail
def copy_with(oid _oid = @oid, message _message = @message, author _author = @author, committer _committer = @committer)
#