class RSS::RDF::Bag
Constants
- Li
Public Class Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 175 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() @li = args[0] if args[0] end end
Calls superclass method
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 165 def required_uri URI end
Public Instance Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 184 def full_name tag_name_with_prefix(PREFIX) end
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 188 def setup_maker(target) lis.each do |li| target << li.resource end end