Page
Inherits DB::Mappable < DB::Serializable < Reference < Object
Constants
TABLE = "pages"
Constructors
create
Sourcenew(rs : DB::ResultSet)
SourceClass methods
count
Sourcedelete(id : String) : DB::ExecResult
Sourcefrom_rs(rs : DB::ResultSet)
Sourceupdate(id : String, **args) : DB::ExecResult
SourceInstance methods
content
Sourcecontent=(content : String)
Sourcecreated_at
Sourcecreated_at=(created_at : Time)
Sourceid
Sourceid=(id : String)
Sourcetitle
Sourcetitle=(title : String)
Source