struct Agate::Note

Overview

A git note attached to an object.

Defined in:

agate/notes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(oid : OID, message : String, author : Agate::Signature, committer : Agate::Signature) #

[View source]

Instance Method Detail

def author : Agate::Signature #

def clone #

[View source]
def committer : Agate::Signature #

def copy_with(oid _oid = @oid, message _message = @message, author _author = @author, committer _committer = @committer) #

[View source]
def message : String #

def oid : OID #