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

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

Methods

new  

Public Class methods

Includes is a hash with the following fields:

:artist
Include track artist (boolean).
:counts
Includes the track number (boolean).
:release_groups
Includes the release groups (boolean).
:release_events
Includes the release events (boolean).
:discs
Include the disc IDs (boolean).
:tracks
Include the release tracks (boolean).
:labels
Include the labels under which the release was published (boolean).
:isrcs
Include the ISRCs of the tracks (boolean). Requires that :tracks is set, too.
: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).
:track_level_rels
Include the relationships for the single tracks as well (boolean).
:tags
Include tags (boolean).
:user_tags
Include user tags (boolean).
:ratings
Include ratings (boolean).
:user_ratings
Include user ratings (boolean).

[Validate]