Class: ItunesApi::Requests::AlbumTracklist

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/itunes_api/requests/album_tracklist.rb

Overview

Allows querying the API via lookup for album songs.

Instance Method Summary collapse

Methods included from Base

#results

Instance Method Details

#songs ⇒ Object



9
10
11
12
13
# File 'lib/itunes_api/requests/album_tracklist.rb', line 9

def songs
  songs_data.map do |song|
    symbolize_keys(unwrapped(song))
  end
end