ike18t/spotify_jukebox

View on GitHub
app/models/album.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Album < ModelBase
  attr_reader :name, :art_hex
end