Class MusicBrainz::Model::Tag
In: lib/rbrainz/model/tag.rb
Parent: Object

Represents a tag assigned to an entity.

Tags are arbitrary labels assigned to entities by the users of MusicBrainz.

See:wiki.musicbrainz.org/FolksonomyTagging

Methods

new   to_s  

Attributes

count  [RW]  The tag count indicating how often the tag was used for the entity it‘s assigned to.
text  [RW]  The tag text.

Public Class methods

Public Instance methods

Convert this tag into a String. Will return text.

[Validate]