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 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