Exception: RSS::UnsupportedMakerVersionError
Instance Attribute Summary (collapse)
-
- (Object) version
readonly
Returns the value of attribute version.
Instance Method Summary (collapse)
-
- (UnsupportedMakerVersionError) initialize(version)
constructor
A new instance of UnsupportedMakerVersionError.
Constructor Details
- (UnsupportedMakerVersionError) initialize(version)
A new instance of UnsupportedMakerVersionError
158 159 160 161 |
# File 'lib/rss/rss.rb', line 158 def initialize(version) @version = version super("Maker doesn't support version: #{@version}") end |
Instance Attribute Details
- (Object) version (readonly)
Returns the value of attribute version
157 158 159 |
# File 'lib/rss/rss.rb', line 157 def version @version end |