Method: RSpotify::Album#available_markets

Defined in:
lib/rspotify/album.rb

#available_marketsArray<String>

The markets in which the album is available. See ISO 3166-1 alpha-2 country codes

Returns:

  • (Array<String>)

    the current value of available_markets



16
17
18
# File 'lib/rspotify/album.rb', line 16

def available_markets
  @available_markets
end