Class | RSS::RDF::Channel::Items |
In: |
lib/rss/1.0.rb
|
Parent: | Element |
Seq | = | ::RSS::RDF::Seq |
Seq | = | args[0] |
# File lib/rss/1.0.rb, line 285 285: def initialize(*args) 286: if Utils.element_initialize_arguments?(args) 287: super 288: else 289: super() 290: self.Seq = args[0] 291: end 292: self.Seq ||= Seq.new 293: end