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

公共实例方法

to_feed(rss, hours) 点击切换源代码
# File rss-0.3.1/lib/rss/maker/0.9.rb, line 114
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

私有实例方法

required_variable_names() 点击切换源代码
# File rss-0.3.1/lib/rss/maker/0.9.rb, line 125
def required_variable_names
  %w(content)
end