abstract struct Spatch::Summary
- Spatch::Summary
- Struct
- Value
- Object
Defined in:
spatch/summary.crConstructors
Instance Method Summary
- #began_at : Time
- #finished_at : Time
- #issues : Hash(Symbol, Array(String))
- #runtime : Time::Span
- #successful? : Bool
Constructor Detail
def self.new(began_at : Time, runtime : Time::Span, issues : Hash(Symbol, Array(String)))
#