Class | RSS::Rss::Channel::Cloud |
In: |
lib/rss/0.9.rb
|
Parent: | Element |
# File lib/rss/0.9.rb, line 229 229: def initialize(*args) 230: if Utils.element_initialize_arguments?(args) 231: super 232: else 233: super() 234: self.domain = args[0] 235: self.port = args[1] 236: self.path = args[2] 237: self.registerProcedure = args[3] 238: self.protocol = args[4] 239: end 240: end