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.
8 9 10 |
# File 'lib/rss/xml-stylesheet.rb', line 8 def xml_stylesheets @xml_stylesheets end |
Instance Method Details
#initialize(*args) ⇒ Object
9 10 11 12 |
# File 'lib/rss/xml-stylesheet.rb', line 9 def initialize(*args) super @xml_stylesheets = [] end |