There's no documentation for this item.
Source Code
# File rss/rss.rb, line 101 def initialize(tag, value, attribute=nil) @tag, @value, @attribute = tag, value, attribute message = "value <#{value}> of " message << "attribute <#{attribute}> of " if attribute message << "tag <#{tag}> is not available." super(message) end
<code/>and<pre/>for code samples.