Method: RSpotify::Album#available_markets
- Defined in:
- lib/rspotify/album.rb
#available_markets ⇒ Array<String>
The markets in which the album is available. See ISO 3166-1 alpha-2 country codes
16 17 18 |
# File 'lib/rspotify/album.rb', line 16 def available_markets @available_markets end |