Class: TagLib::ID3v2::UrlLinkFrame

Inherits:
Frame
  • Object
show all
Defined in:
docs/taglib/id3v2.rb

Overview

URL link frame (W???), e.g. WOAR for "official artist/performer webpage".

Direct Known Subclasses

UserUrlLinkFrame

Instance Attribute Summary collapse

Attributes inherited from Frame

#frame_id

Method Summary

Methods inherited from Frame

#to_string

Instance Attribute Details

#text=(value) ⇒ Object (writeonly)

Parameters:

  • value (String)

    simple text to set



479
480
481
# File 'docs/taglib/id3v2.rb', line 479

def text=(value)
  @text = value
end

#urlString

Returns the URL.

Returns:

  • (String)

    the URL



482
483
484
# File 'docs/taglib/id3v2.rb', line 482

def url
  @url
end