struct
Archive::ArchiveYear
- Archive::ArchiveYear
- Struct
- Value
- Object
Overview
Year containing months
Defined in:
archive.crConstructors
- .create(year : Int32, months_data : Hash(String, Array(Markdown::File))) : self
- .new(year : String, months : Array(ArchiveMonth))
Instance Method Summary
- #clone
- #copy_with(year _year = @year, months _months = @months)
- #months : Array(ArchiveMonth)
- #to_h : Hash(String, String | Array(Hash(String, String | Array(Hash(String, String)))))
- #year : String
Constructor Detail
Instance Method Detail
def to_h : Hash(String, String | Array(Hash(String, String | Array(Hash(String, String)))))
#