Method: RSpotify::Album#release_date
- Defined in:
- lib/rspotify/album.rb
#release_date ⇒ String
The date the album was first released, for example “1981-12-15”. Depending on the precision, it might be shown as “1981” or “1981-12”
16 17 18 |
# File 'lib/rspotify/album.rb', line 16 def release_date @release_date end |