Class: AudioTag::ID3::V2::Frames::UserFrame
- Inherits:
-
AudioTag::ID3::V2::Frame
- Object
- StreamReader
- StreamSection
- AudioTag::ID3::V2::Frame
- AudioTag::ID3::V2::Frames::UserFrame
- 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
Attributes inherited from StreamReader
Instance Method Summary collapse
Methods inherited from AudioTag::ID3::V2::Frame
build, #initialize, #key, #to_h
Methods inherited from StreamSection
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
#data ⇒ Object
8 9 10 |
# File 'lib/audio_tag/id3/v2/frames/user_frame.rb', line 8 def data { description => value } end |