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:

  • text (String)

    simple text to set



367
368
369
# File 'docs/taglib/id3v2.rb', line 367

def text=(value)
  @text = value
end

#urlObject

Parameters:

  • URL (String)


370
371
372
# File 'docs/taglib/id3v2.rb', line 370

def url
  @url
end