class Song

Defined in:

song.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(title : String) #

[View source]

Class Method Detail

def self.load_all #

[View source]

Instance Method Detail

def file_path : String | Nil #

[View source]
def file_path=(file_path : String | Nil) #

[View source]
def html_name #

[View source]
def html_path #

[View source]
def link : String | Nil #

[View source]
def link=(link : String | Nil) #

[View source]
def path #

[View source]
def title : String #

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

[View source]
def to_html #

[View source]
def to_song_file #

[View source]