Class MusicBrainz::Webservice::TrackIncludes
In: lib/rbrainz/webservice/includes.rb
Parent: AbstractIncludes

A specification on how much data to return with a track.

Methods

new  

Public Class methods

Includes is a hash with the following fields:

:artist
Include track artist (boolean).
:releases
Includes releases the track appears on (boolean).
:puids
Include the track‘s PUIDs (boolean).
:isrcs
Include the track‘s ISRCs (boolean).
:artist_rels
Include artist relationships (boolean).
:release_rels
Include release relationships (boolean).
:track_rels
Include track relationships (boolean).
:label_rels
Include label relationships (boolean).
:url_rels
Include url relationships (boolean).
:tags
Include tags (boolean).
:user_tags
Include user tags (boolean).
:ratings
Include ratings (boolean).
:user_ratings
Include user ratings (boolean).

[Validate]