class OpmlParser::Outline
OPML outline element
Attributes
attributes[R]
Outline
attributes (generally text, title, type, xmlUrl and htmlUrl)
Public Class Methods
new(attributes={})
click to toggle source
Initializes an Outline
object
Arguments:
attributes: (Hash) A Hash table that contains the attributes of the outline.
# File lib/opml-parser.rb, line 24 def initialize(attributes={}) @attributes = attributes end