Exception: RSS::OverlappedPrefixError
Instance Attribute Summary (collapse)
-
- (Object) prefix
readonly
Returns the value of attribute prefix.
Instance Method Summary (collapse)
-
- (OverlappedPrefixError) initialize(prefix)
constructor
A new instance of OverlappedPrefixError.
Constructor Details
- (OverlappedPrefixError) initialize(prefix)
A new instance of OverlappedPrefixError
66 67 68 |
# File 'lib/rss/rss.rb', line 66 def initialize(prefix) @prefix = prefix end |
Instance Attribute Details
- (Object) prefix (readonly)
Returns the value of attribute prefix
65 66 67 |
# File 'lib/rss/rss.rb', line 65 def prefix @prefix end |