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

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

Methods

new  

Public Class methods

Includes is a hash with the following fields:

:artist
Include track artist (boolean).
:releases
Include releases of the release group (boolean).

[Validate]