abstract struct Spatch::Summary

Defined in:

spatch/summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(began_at : Time, runtime : Time::Span, issues : Hash(Symbol, Array(String))) #

[View source]

Instance Method Detail

def began_at : Time #

[View source]
def finished_at : Time #

[View source]
def issues : Hash(Symbol, Array(String)) #

[View source]
def runtime : Time::Span #

[View source]
def successful? : Bool #

[View source]