class

Album

Inherits Reference < Object

Constructors

new(id : Int64, name : String, description : String, created_at : Time, updated_at : Time)
Source

Class methods

from_row(row : DB::ResultSet)
Source

Instance methods

created_at
Source
created_at=(created_at : Time)
Source
description
Source
description=(description : String)
Source
id=(id : Int64)
Source
name
Source
name=(name : String)
Source
posts(db : DB::Database, indexer : Indexer)
Source
thumbnail(db : DB::Database, indexer : Indexer)
Source
updated_at
Source
updated_at=(updated_at : Time)
Source