Class RSS::RDF::Seq
In: rss/1.0.rb
Parent: Element

Methods

Included Modules

RSS10

Constants

Li = ::RSS::RDF::Li

Public Class methods

[Source]

# File rss/1.0.rb, line 105
      def initialize(*args)
        if Utils.element_initialize_arguments?(args)
          super
        else
          super()
          @li = args[0] if args[0]
        end
      end

[Source]

# File rss/1.0.rb, line 95
        def required_uri
          URI
        end

Public Instance methods

[Source]

# File rss/1.0.rb, line 114
      def full_name
        tag_name_with_prefix(PREFIX)
      end

[Source]

# File rss/1.0.rb, line 118
      def setup_maker(target)
        lis.each do |li|
          target << li.resource
        end
      end

[Validate]

ruby-doc.org is a service of James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.