Class MusicExtras::Album
In: lib/musicextras/album.rb
Parent: DataAccessor

Holds and retrieves album information

Methods

cache_values   new  

Attributes

artist  [RW] 
title  [RW] 

Public Class methods

Create an album with a title and artist

title
a String containing the album title
artist
a String or Artist class containing the artist

Public Instance methods

Replaces the following values:

  • {ALBUM}
  • {ARTIST}

[Validate]