class Album
- Album
- Reference
- Object
Defined in:
models/album.crConstructors
Class Method Summary
Instance Method Summary
- #created_at : Time
- #created_at=(created_at : Time)
- #description : String
- #description=(description : String)
- #id : Int64
- #id=(id : Int64)
- #name : String
- #name=(name : String)
- #posts(db : DB::Database, indexer : Indexer)
- #thumbnail(db : DB::Database, indexer : Indexer)
- #updated_at : Time
- #updated_at=(updated_at : Time)
Constructor Detail
def self.new(id : Int64, name : String, description : String, created_at : Time, updated_at : Time)
#