struct

Archive::ArchiveMonth

Inherits Struct < Value < Object

Month containing posts

Constructors

create(year : Int32, month : Int32, posts : Array(Markdown::File)) : self
Source
new(name : String, posts : Array(ArchivePost))
Source

Instance methods

clone
Source
copy_with(name _name = @name, posts _posts = @posts)
Source
name
posts
to_h
Source