Module: RSS::XMLStyleSheetMixin

Included in:
RootElementMixin
Defined in:
lib/rss/xml-stylesheet.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#xml_stylesheetsObject

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

#initialize(*args) ⇒ Object



7
8
9
10
# File 'lib/rss/xml-stylesheet.rb', line 7

def initialize(*args)
  super
  @xml_stylesheets = []
end