class RSS::RDF
Constants
- PREFIX
- URI
Public Class Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 82 def initialize(version=nil, encoding=nil, standalone=nil) super('1.0', version, encoding, standalone) @feed_type = "rss" end
Calls superclass method
RSS::RootElementMixin::new
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 57 def required_uri URI end
Public Instance Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 87 def full_name tag_name_with_prefix(PREFIX) end