Class: ID3Tag::Frames::V1::CommentsFrame

Inherits:
TextFrame
  • Object
show all
Defined in:
lib/id3tag/frames/v1/comments_frame.rb

Instance Attribute Summary

Attributes inherited from TextFrame

#id

Instance Method Summary collapse

Methods inherited from TextFrame

#initialize

Constructor Details

This class inherits a constructor from ID3Tag::Frames::V1::TextFrame

Instance Method Details

#contentObject



17
18
19
# File 'lib/id3tag/frames/v1/comments_frame.rb', line 17

def content
  EncodingUtil.encode(@content, source_encoding)
end

#desciptionObject



9
10
11
# File 'lib/id3tag/frames/v1/comments_frame.rb', line 9

def desciption
  'unknown'
end

#languageObject



5
6
7
# File 'lib/id3tag/frames/v1/comments_frame.rb', line 5

def language
  'unknown'
end

#textObject



13
14
15
# File 'lib/id3tag/frames/v1/comments_frame.rb', line 13

def text
  content
end