class Git::Signature

Defined in:

git/commit.cr

Constructors

Instance Method Summary

Instance methods inherited from class Git::C_Pointer

finalize finalize

Instance methods inherited from class Git::C_Value

==(other : self) ==, to_unsafe to_unsafe

Constructor Detail

def self.new(name : String, email : String, time : Time) #

[View source]
def self.new(name : String, email : String) #

[View source]

Instance Method Detail

def email #

[View source]
def epoch_time #

[View source]
def finalize #

[View source]
def name #

[View source]
def time #

[View source]