method

sy_updatePeriod=

ruby latest stable - Class: RSS::SyndicationModel

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_6_287) is shown here.

sy_updatePeriod=(new_value)
public

No documentation available.

# File lib/rss/syndication.rb, line 36
        def sy_updatePeriod=(new_value)
          new_value = new_value.strip
          validate_sy_updatePeriod(new_value) if @do_validate
          self._sy_updatePeriod = new_value
        end