method
new
new(*args)
public
Hide source
# File lib/rss/2.0.rb, line 73 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.isPermaLink = args[0] self.content = args[1] end end