class RSS::Rss::Channel::SkipDays::Day
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File rss-0.3.1/lib/rss/0.9.rb, line 175 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.content = args[0] end end