Namespace
- CLASS RSS::RDF::Bag
- CLASS RSS::RDF::Channel
- CLASS RSS::RDF::Image
- CLASS RSS::RDF::Item
- CLASS RSS::RDF::Li
- CLASS RSS::RDF::Seq
- CLASS RSS::RDF::Textinput
Methods
- F
- N
- R
Included Modules
Constants
| PREFIX | = | 'rdf' |
| URI | = | "http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
Class Public methods
new(version=nil, encoding=nil, standalone=nil)
Link
Source: show
# File lib/rss/1.0.rb, line 81 def initialize(version=nil, encoding=nil, standalone=nil) super('1.0', version, encoding, standalone) @feed_type = "rss" end
Instance Public methods