Azurite::ArticleContent
Inherits JSON::Serializable < Reference < Object
Constructors
new(item_link : String, feed_url : String, title : String, content : String, content_type : String = CONTENT_TYPE_DEFAULT)
Sourcenew(pull : JSON::PullParser)
Sourcenew(rs : DB::ResultSet)
Map from database result set - column order must match ARTICLE_CONTENT_COLUMNS
new(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
content
Sourcecontent_type
Sourcecreated_at
Sourcefeed_url
Sourcefetched_at
Sourceid
Sourceitem_link
Sourcetitle
Source