Class: TagLib::ID3v2::UserTextIdentificationFrame

Inherits:
TextIdentificationFrame show all
Defined in:
docs/taglib/id3v2.rb

Overview

User text identification frame (TXXX).

Instance Attribute Summary collapse

Attributes inherited from TextIdentificationFrame

#field_list, #text, #text_encoding

Attributes inherited from Frame

#frame_id

Method Summary

Methods inherited from TextIdentificationFrame

#initialize

Methods inherited from Frame

#to_string

Constructor Details

This class inherits a constructor from TagLib::ID3v2::TextIdentificationFrame

Instance Attribute Details

#descriptionString

Returns description of content.

Returns:

  • (String)

    description of content



440
441
442
# File 'docs/taglib/id3v2.rb', line 440

def description
  @description
end