Module: RSS::XMLStyleSheetMixin
- Defined in:
- lib/rss/xml-stylesheet.rb
Instance Attribute Summary (collapse)
-
- (Object) xml_stylesheets
Returns the value of attribute xml_stylesheets.
Instance Method Summary (collapse)
-
- (XMLStyleSheetMixin) initialize(*args)
A new instance of XMLStyleSheetMixin.
Instance Attribute Details
- (Object) xml_stylesheets
Returns the value of attribute xml_stylesheets
6 7 8 |
# File 'lib/rss/xml-stylesheet.rb', line 6 def xml_stylesheets @xml_stylesheets end |
Instance Method Details
- (XMLStyleSheetMixin) initialize(*args)
A new instance of XMLStyleSheetMixin
7 8 9 10 |
# File 'lib/rss/xml-stylesheet.rb', line 7 def initialize(*args) super @xml_stylesheets = [] end |