Class: Html2rss::AutoSource::Scraper::SemanticHtml::Entry
- Inherits:
-
Data
- Object
- Data
- Html2rss::AutoSource::Scraper::SemanticHtml::Entry
- Defined in:
- lib/html2rss/auto_source/scraper/semantic_html.rb
Overview
Container plus selected anchor chosen for extraction.
Instance Attribute Summary collapse
-
#container ⇒ Object
readonly
Returns the value of attribute container.
-
#selected_anchor ⇒ Object
readonly
Returns the value of attribute selected_anchor.
Instance Attribute Details
#container ⇒ Object (readonly)
Returns the value of attribute container
24 25 26 |
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 24 def container @container end |
#selected_anchor ⇒ Object (readonly)
Returns the value of attribute selected_anchor
24 25 26 |
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 24 def selected_anchor @selected_anchor end |