Exception: RSS::OverlappedPrefixError

Inherits:
Error
  • Object
show all
Defined in:
lib/rss/rss.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(prefix) ⇒ OverlappedPrefixError

Returns a new instance of OverlappedPrefixError.



65
66
67
# File 'lib/rss/rss.rb', line 65

def initialize(prefix)
  @prefix = prefix
end

Instance Attribute Details

#prefixObject (readonly)

Returns the value of attribute prefix.



64
65
66
# File 'lib/rss/rss.rb', line 64

def prefix
  @prefix
end