method
hour=
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