public Method

SyndicationModel.sy_updatePeriod=(new_value)

There's no documentation for this item.

Source Code

# File 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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.