In Files

  • rss/maker/0.9.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

RSS::Maker::RSS09::Channel::SkipHours::Hour

Public Instance Methods

to_feed(rss, hours) click to toggle source
 
               # File rss/maker/0.9.rb, line 113
def to_feed(rss, hours)
  hour = Rss::Channel::SkipHours::Hour.new
  set = setup_values(hour)
  if set
    hours << hour
    set_parent(hour, hours)
    setup_other_elements(rss, hour)
  end
end