Class: MPD::Controller::Database::Song::Tags

Inherits:
Struct
  • Object
show all
Defined in:
lib/mpd/controller/database.rb

Instance Attribute Summary collapse

Instance Attribute Details

#albumObject

Returns the value of attribute album

Returns:

  • (Object)

    the current value of album



15
16
17
# File 'lib/mpd/controller/database.rb', line 15

def album
  @album
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



15
16
17
# File 'lib/mpd/controller/database.rb', line 15

def artist
  @artist
end

#composerObject

Returns the value of attribute composer

Returns:

  • (Object)

    the current value of composer



15
16
17
# File 'lib/mpd/controller/database.rb', line 15

def composer
  @composer
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



15
16
17
# File 'lib/mpd/controller/database.rb', line 15

def date
  @date
end

#discObject

Returns the value of attribute disc

Returns:

  • (Object)

    the current value of disc



15
16
17
# File 'lib/mpd/controller/database.rb', line 15

def disc
  @disc
end

#genreObject

Returns the value of attribute genre

Returns:

  • (Object)

    the current value of genre



15
16
17
# File 'lib/mpd/controller/database.rb', line 15

def genre
  @genre
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



15
16
17
# File 'lib/mpd/controller/database.rb', line 15

def id
  @id
end

#performerObject

Returns the value of attribute performer

Returns:

  • (Object)

    the current value of performer



15
16
17
# File 'lib/mpd/controller/database.rb', line 15

def performer
  @performer
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



15
16
17
# File 'lib/mpd/controller/database.rb', line 15

def title
  @title
end

#trackObject

Returns the value of attribute track

Returns:

  • (Object)

    the current value of track



15
16
17
# File 'lib/mpd/controller/database.rb', line 15

def track
  @track
end