Class: TagLib::ID3v2::UniqueFileIdentifierFrame
- Defined in:
- docs/taglib/id3v2.rb
Overview
Unique file identifier frame (UFID
).
Instance Attribute Summary collapse
-
#identifier ⇒ String
Identifier.
-
#owner ⇒ String
Owner.
Attributes inherited from Frame
Method Summary
Methods inherited from Frame
Instance Attribute Details
#identifier ⇒ String
Returns identifier.
446 447 448 |
# File 'docs/taglib/id3v2.rb', line 446 def identifier @identifier end |
#owner ⇒ String
Returns owner.
449 450 451 |
# File 'docs/taglib/id3v2.rb', line 449 def owner @owner end |