Class | RSS::Rss::Channel::Item::Enclosure |
In: |
rss/0.9.rb
|
Parent: | Element |
# File rss/0.9.rb, line 537 def initialize(url=nil, length=nil, type=nil) super() @url = url @length = length @type = type end