Class: TagLib::ID3v2::UrlLinkFrame
Overview
URL link frame (W???
), e.g. WOAR
for "official artist/performer
webpage".
Direct Known Subclasses
Instance Attribute Summary collapse
- #text ⇒ Object writeonly
-
#url ⇒ String
The URL.
Attributes inherited from Frame
Method Summary
Methods inherited from Frame
Instance Attribute Details
#text=(value) ⇒ Object (writeonly)
479 480 481 |
# File 'docs/taglib/id3v2.rb', line 479 def text=(value) @text = value end |
#url ⇒ String
Returns the URL.
482 483 484 |
# File 'docs/taglib/id3v2.rb', line 482 def url @url end |