class Song

Defined in:

song.cr

Instance Method Summary

Instance Method Detail

def album : String #

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

[View source]
def artist : String #

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

[View source]
def capo : String #

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

[View source]
def chords #

[View source]
def custom : Hash(String, String) #

[View source]
def custom=(custom : Hash(String, String)) #

[View source]
def key : String #

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

[View source]
def sections : Array(Section) #

[View source]
def sections=(sections : Array(Section)) #

[View source]
def tempo : String #

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

[View source]
def title : String #

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

[View source]
def tuning : String #

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

[View source]
def year : String #

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

[View source]