There's no documentation for this item.
# File rss/syndication.rb, line 46 def validate_sy_updatePeriod(value) unless SY_UPDATEPERIOD_AVAILABLE_VALUES.include?(value) raise NotAvailableValueError.new("updatePeriod", value) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.