Class: Html2rss::Selectors::Extractors::Html::Options
- Inherits:
-
Struct
- Object
- Struct
- Html2rss::Selectors::Extractors::Html::Options
- Defined in:
- lib/html2rss/selectors/extractors/html.rb
Overview
The available options for the html extractor.
Instance Attribute Summary collapse
-
#selector ⇒ Object
Returns the value of attribute selector.
Instance Attribute Details
#selector ⇒ Object
Returns the value of attribute selector
27 28 29 |
# File 'lib/html2rss/selectors/extractors/html.rb', line 27 def selector @selector end |