Object
Represents the root element of a feed. Available fields are:
* title * description * id * last_updated * copyright * authors / author * urls / url * image * generator * items / channel
Elements that can contain HTML fragments.
Elements that contain ‘plain’ Strings, with HTML escaped.
Elements that contain both HTML and escaped HTML.
# File lib/structures.rb, line 224 224: def initialize(wrapper) 225: # set up associations (i.e. arrays where needed) 226: @urls = [] 227: @authors = [] 228: @skip_hours = [] 229: @skip_days = [] 230: @items = [] 231: @parser = wrapper.parser.to_s 232: @last_updated = nil 233: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.