Exception: RSS::OverlappedPrefixError
- Defined in:
- lib/rss/rss.rb
Instance Attribute Summary collapse
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
Instance Method Summary collapse
-
#initialize(prefix) ⇒ OverlappedPrefixError
constructor
A new instance of OverlappedPrefixError.
Constructor Details
#initialize(prefix) ⇒ OverlappedPrefixError
Returns a new instance of OverlappedPrefixError.
50 51 52 |
# File 'lib/rss/rss.rb', line 50 def initialize(prefix) @prefix = prefix end |
Instance Attribute Details
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix.
49 50 51 |
# File 'lib/rss/rss.rb', line 49 def prefix @prefix end |