Class: WahWah::ID3::V2

Inherits:
Tag
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/wahwah/id3/v2.rb

Constant Summary

Constants inherited from Tag

Tag::INSPECT_ATTRIBUTES, Tag::INTEGER_ATTRIBUTES

Instance Attribute Summary

Attributes inherited from Tag

#album, #albumartist, #artist, #bit_depth, #bitrate, #comments, #composer, #disc, #disc_total, #duration, #file_size, #genre, #lyrics, #sample_rate, #title, #track, #track_total, #year

Instance Method Summary collapse

Methods inherited from Tag

#images, #initialize, #inspect

Constructor Details

This class inherits a constructor from WahWah::Tag

Instance Method Details

#versionObject



10
11
12
# File 'lib/wahwah/id3/v2.rb', line 10

def version
  "v2.#{major_version}"
end