Class: Html2rss::Selectors::Extractors::Attribute::Options
- Inherits:
-
Struct
- Object
- Struct
- Html2rss::Selectors::Extractors::Attribute::Options
- Defined in:
- lib/html2rss/selectors/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
28 29 30 |
# File 'lib/html2rss/selectors/extractors/attribute.rb', line 28 def attribute @attribute end |
#selector ⇒ Object
Returns the value of attribute selector
28 29 30 |
# File 'lib/html2rss/selectors/extractors/attribute.rb', line 28 def selector @selector end |