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