Method: RSpotify::Album.find
- Defined in:
- lib/rspotify/album.rb
.find(ids, market: nil) ⇒ Album+
Returns Album object(s) with id(s) provided
33 34 35 |
# File 'lib/rspotify/album.rb', line 33 def self.find(ids, market: nil) super(ids, 'album', market: market) end |