class RSS::RDF::Li
Public Class Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 107 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.resource = args[0] end end
Calls superclass method
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 96 def required_uri URI end
Public Instance Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 116 def full_name tag_name_with_prefix(PREFIX) end