method
validate_sy_updatePeriod
v2_6_3 -
Show latest stable
- Class:
RSS::SyndicationModel
validate_sy_updatePeriod(value)private
No documentation available.
# File lib/rss/syndication.rb, line 51
def validate_sy_updatePeriod(value) # :nodoc:
unless SY_UPDATEPERIOD_AVAILABLE_VALUES.include?(value)
raise NotAvailableValueError.new("updatePeriod", value)
end
end