method
update_content

update_content()
private
Hide source
# File lib/rss/maker/itunes.rb, line 215 def update_content components = [@hour, @minute, @second] @content = ::RSS::ITunesItemModel::ITunesDuration.construct(*components) end