Class: AudioTag::ID3::V2::Frames::UserFrame

Inherits:
AudioTag::ID3::V2::Frame show all
Defined in:
lib/audio_tag/id3/v2/frames/user_frame.rb

Constant Summary collapse

DESCRIPTIONS =
{}.freeze

Instance Attribute Summary

Attributes inherited from AudioTag::ID3::V2::Frame

#header, #raw_data

Attributes inherited from StreamReader

#stream

Instance Method Summary collapse

Methods inherited from AudioTag::ID3::V2::Frame

build, #initialize, #key, #to_h

Methods inherited from StreamSection

#initialize

Methods inherited from StreamReader

#initialize, #read, #read!, #read_byte, #read_byte!, #read_bytes, #read_bytes!, #read_bytes_until, #read_bytes_until!, #read_until, #read_until!

Constructor Details

This class inherits a constructor from AudioTag::ID3::V2::Frame

Instance Method Details

#dataObject



8
9
10
# File 'lib/audio_tag/id3/v2/frames/user_frame.rb', line 8

def data
  { description => value }
end