Class: Html2rss::ItemExtractors::Static::Options
- Inherits:
-
Struct
- Object
- Struct
- Html2rss::ItemExtractors::Static::Options
- Defined in:
- lib/html2rss/item_extractors/static.rb
Overview
The available option for the static extractor.
Instance Attribute Summary collapse
-
#static ⇒ Object
Returns the value of attribute static.
Instance Attribute Details
#static ⇒ Object
Returns the value of attribute static
19 20 21 |
# File 'lib/html2rss/item_extractors/static.rb', line 19 def static @static end |