Class: RSS::Maker::RSS09::Channel::SkipHours::Hour
- Inherits:
-
HourBase
- Object
- HourBase
- RSS::Maker::RSS09::Channel::SkipHours::Hour
show all
- Defined in:
- lib/rss/maker/0.9.rb
Instance Method Summary
collapse
Instance Method Details
#to_feed(rss, hours) ⇒ Object
114
115
116
117
118
119
120
121
122
|
# File 'lib/rss/maker/0.9.rb', line 114
def to_feed(, hours)
hour = Rss::Channel::SkipHours::Hour.new
set = setup_values(hour)
if set
hours << hour
set_parent(hour, hours)
setup_other_elements(, hour)
end
end
|