RSS does not allow for free-form tag names, so if
an RSS feed contains a tag that we don't know
about, an UnknownTagError is raised.
Attributes
tag[R]
uri[R]
Public Class Methods
new(tag, uri)click to toggle source
# File rss-0.2.9/lib/rss/rss.rb, line 128definitialize(tag, uri)
@tag, @uri = tag, urisuper("tag <#{tag}> is unknown in namespace specified by uri <#{uri}>")
end
This page was generated for Ruby 3.1.2
Generated with Ruby-doc Rdoc Generator 0.42.0.
There is an updated format of the API docs for this version here.