class

Fetcher::EntryFactory

Inherits Reference < Object

Factory for creating validated Entry instances

Class methods

create(title : String, url : String, source_type : SourceType, content : String = "", content_html : String | Nil = nil, author : String | Nil = nil, author_url : String | Nil = nil, published_at : Time | Nil = nil, categories : Array(String) = [] of String, attachments : Array(Attachment) = [] of Attachment, version : String | Nil = nil, comment_url : String | Nil = nil, commentary_url : String | Nil = nil, is_discussion_url : Bool = false) : Entry
Source