In Files

  • rss-0.2.9/lib/rss/xml-stylesheet.rb

Methods

Class/Module Index [+]

Quicksearch

RSS::XMLStyleSheetMixin

Attributes

xml_stylesheets[RW]

Public Class Methods

new(*args) click to toggle source
 
               # File rss-0.2.9/lib/rss/xml-stylesheet.rb, line 7
def initialize(*args)
  super
  @xml_stylesheets = []
end
            
There is an updated format of the API docs for this version here.