Class: Html2rss::Config::Stylesheet
- Inherits:
-
Struct
- Object
- Struct
- Html2rss::Config::Stylesheet
- Defined in:
- lib/html2rss/config.rb
Overview
Struct to store XML Stylesheet attributes
Instance Attribute Summary collapse
-
#href ⇒ Object
Returns the value of attribute href.
-
#media ⇒ Object
Returns the value of attribute media.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#href ⇒ Object
Returns the value of attribute href
22 23 24 |
# File 'lib/html2rss/config.rb', line 22 def href @href end |
#media ⇒ Object
Returns the value of attribute media
22 23 24 |
# File 'lib/html2rss/config.rb', line 22 def media @media end |
#type ⇒ Object
Returns the value of attribute type
22 23 24 |
# File 'lib/html2rss/config.rb', line 22 def type @type end |