class DaySummary

Defined in:

day_summary.cr

Constant Summary

EMPTY_FORMAT = "The 'from' entry %{from} is empty. There's something mixed up with the entries."
WRONG_TYPE_FORMAT = "The '%{name}' entry %{entry} is not of type %{type}, although it should be"

Constructors

Instance Method Summary

Constructor Detail

def self.new(date : Time, entries : Array(Store::Entry)) #

[View source]

Instance Method Detail

def date : Time #

[View source]
def entries : Array(Store::Entry) #

[View source]
def get #

[View source]