Certain attributes are required on specific tags in an RSS feed. If a feed is missing one of these
attributes, a MissingAttributeError is raised.
Attributes
attribute[R]
tag[R]
Public Class Methods
new(tag, attribute)click to toggle source
# File rss/rss.rb, line 122definitialize(tag, attribute)
@tag, @attribute = tag, attributesuper("attribute <#{attribute}> is missing in tag <#{tag}>")
end