struct Peridot::MPD::Library::Album

Defined in:

mpd.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String) #

[View source]

Instance Method Detail

def artists : Array(Artist) #

[View source]
def artists=(artists : Array(Artist)) #

[View source]
def name : String #

[View source]
def songs : Array(Song) #

[View source]
def songs=(songs : Array(Song)) #

[View source]