class Album

Defined in:

models/album.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : Int64, name : String, description : String) #

[View source]

Class Method Detail

def self.from_row(row : DB::ResultSet) #

[View source]

Instance Method Detail

def description : String #

[View source]
def description=(description : String) #

[View source]
def id : Int64 #

[View source]
def id=(id : Int64) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def posts(db : DB::Database, indexer : Indexer) #

[View source]
def thumbnail(db : DB::Database, indexer : Indexer) #

[View source]