Class | RSS::Rss::Channel::Cloud |
In: |
rss/0.9.rb
|
Parent: | Element |
# File rss/0.9.rb, line 386 def initialize(domain=nil, port=nil, path=nil, rp=nil, protocol=nil) super() @domain = domain @port = port @path = path @registerProcedure = rp @protocol = protocol end