Hwaro::Services::ContentInfo
Inherits JSON::Serializable / Struct / Value / Object
Information about a content file
Constructors
new(pull : JSON::PullParser)
Sourcenew(path : String, title : String = "Untitled", draft : Bool = false, date : Time | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
date
Sourcedate=(date : Time | Nil)
Sourcedraft
Sourcedraft=(draft : Bool)
Sourcepath
Sourcepath=(path : String)
Sourcetitle
Sourcetitle=(title : String)
Source