method
hour=
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
hour=(hour)
public
Hide source
# File lib/rss/itunes.rb, line 351 def hour=(hour) @hour = @do_validate ? Integer(hour) : hour.to_i update_content hour end