class

Azurite::ArticleContent

Inherits JSON::Serializable < Reference < Object

Constructors

from_json_any(json : JSON::Any) : self
Source
new(rs : DB::ResultSet)

Map from database result set - column order must match ARTICLE_CONTENT_COLUMNS

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

content
Source
content=(content : String)
Source
content_type
Source
content_type=(content_type : String)
Source
created_at
Source
created_at=(created_at : Time)
Source
feed_url
Source
feed_url=(feed_url : String)
Source
fetched_at
Source
fetched_at=(fetched_at : Time)
Source
id=(id : Int64 | Nil)
Source
title
Source
title=(title : String)
Source