Class: RSS::OverlappedPrefixError (Ruby 2.3.4)

In Files

  • rss/rss.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

RSS::OverlappedPrefixError

RSS, being an XML-based format, has namespace support. If two namespaces are declared with the same name, an OverlappedPrefixError will be raised.

Attributes

prefix[R]

Public Class Methods

new(prefix)
 
               # File rss/rss.rb, line 88
def initialize(prefix)
  @prefix = prefix
end