struct Peridot::MPD::Library::Artist

Defined in:

mpd.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String) #

[View source]

Instance Method Detail

def albums : Array(Album) #

[View source]
def albums=(albums : Array(Album)) #

[View source]
def name : String #

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

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

[View source]