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