struct
Archive::ArchiveMonth
- Archive::ArchiveMonth
- Struct
- Value
- Object
Overview
Month containing posts
Defined in:
archive.crConstructors
- .create(year : Int32, month : Int32, posts : Array(Markdown::File)) : self
- .new(name : String, posts : Array(ArchivePost))
Instance Method Summary
- #clone
- #copy_with(name _name = @name, posts _posts = @posts)
- #name : String
- #posts : Array(ArchivePost)
- #to_h : Hash(String, String | Array(Hash(String, String)))