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