Class: Html2rss::ItemExtractors::Href::Options
- Inherits:
-
Struct
- Object
- Struct
- Html2rss::ItemExtractors::Href::Options
- Defined in:
- lib/html2rss/item_extractors/href.rb
Overview
The available options for the href (attribute) extractor.
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#selector ⇒ Object
Returns the value of attribute selector.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
27 28 29 |
# File 'lib/html2rss/item_extractors/href.rb', line 27 def channel @channel end |
#selector ⇒ Object
Returns the value of attribute selector
27 28 29 |
# File 'lib/html2rss/item_extractors/href.rb', line 27 def selector @selector end |