Class MusicBrainz::Model::Track
In: lib/rbrainz/model/track.rb
Parent: Entity

A track in the MusicBrainz DB.

See:musicbrainz.org/doc/Track.

Methods

new   to_s  

Included Modules

Rateable Relateable Taggable

Attributes

artist  [RW]  The track‘s main artist.
duration  [RW]  The duration in milliseconds.
isrcs  [R]  The list of associated ISRCs.
puids  [R]  The list of associated PUIDs.
releases  [R]  The releases on which this track appears.
title  [RW]  The track‘s title.

Public Class methods

Public Instance methods

Returns the string representation for this track.

Returns title converted into a string.

[Validate]