Class: RSS::Maker::RSS09::Channel::SkipHours
- Inherits:
-
SkipHoursBase
- Object
- SkipHoursBase
- RSS::Maker::RSS09::Channel::SkipHours
show all
- Defined in:
- lib/rss/maker/0.9.rb
Defined Under Namespace
Classes: Hour
Instance Method Summary
collapse
Instance Method Details
97
98
99
100
101
102
103
104
105
|
# File 'lib/rss/maker/0.9.rb', line 97
def (, channel)
unless @hours.empty?
skipHours = Rss::Channel::SkipHours.new
channel.skipHours = skipHours
@hours.each do |hour|
hour.(, skipHours.hours)
end
end
end
|