Class: ID3Tag::Frames::V2::UserUrlFrame
- Inherits:
-
TextFrame
- Object
- BasicFrame
- TextFrame
- ID3Tag::Frames::V2::UserUrlFrame
- Defined in:
- lib/id3tag/frames/v2/user_url_frame.rb
Constant Summary
Constants inherited from TextFrame
TextFrame::ENCODING_MAP, TextFrame::UnsupportedTextEncoding
Constants inherited from BasicFrame
BasicFrame::DECOMPRESSED_SIZE_BYTE_COUNT, BasicFrame::GROUP_BYTE_COUNT
Instance Attribute Summary
Attributes inherited from BasicFrame
Instance Method Summary collapse
- #description ⇒ Object
- #url ⇒ Object (also: #content)
Methods inherited from TextFrame
Methods inherited from BasicFrame
#compressed?, #data_length_indicator?, #encrypted?, #encryption_id, #final_size, #group_id, #grouped?, #initialize, #inspect, #preserve_on_file_alteration?, #preserve_on_tag_alteration?, #read_additional_info_byte, #read_only?, #unsynchronised?, #usable_content
Constructor Details
This class inherits a constructor from ID3Tag::Frames::V2::BasicFrame
Instance Method Details
#description ⇒ Object
5 6 7 |
# File 'lib/id3tag/frames/v2/user_url_frame.rb', line 5 def description @description ||= parts.first end |
#url ⇒ Object Also known as: content
9 10 11 |
# File 'lib/id3tag/frames/v2/user_url_frame.rb', line 9 def url @url ||= parts.last end |