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, scoring metadata, and extracted article.
Instance Attribute Summary collapse
-
#article ⇒ Object
readonly
Returns the value of attribute article.
-
#container ⇒ Object
readonly
Returns the value of attribute container.
-
#destination_facts ⇒ Object
readonly
Returns the value of attribute destination_facts.
-
#final_score ⇒ Object
readonly
Returns the value of attribute final_score.
-
#junk_score ⇒ Object
readonly
Returns the value of attribute junk_score.
-
#position ⇒ Object
readonly
Returns the value of attribute position.
-
#quality_score ⇒ Object
readonly
Returns the value of attribute quality_score.
-
#selected_anchor ⇒ Object
readonly
Returns the value of attribute selected_anchor.
Instance Attribute Details
#article ⇒ Object (readonly)
Returns the value of attribute article
25 26 27 |
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 25 def article @article end |
#container ⇒ Object (readonly)
Returns the value of attribute container
25 26 27 |
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 25 def container @container end |
#destination_facts ⇒ Object (readonly)
Returns the value of attribute destination_facts
25 26 27 |
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 25 def destination_facts @destination_facts end |
#final_score ⇒ Object (readonly)
Returns the value of attribute final_score
25 26 27 |
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 25 def final_score @final_score end |
#junk_score ⇒ Object (readonly)
Returns the value of attribute junk_score
25 26 27 |
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 25 def junk_score @junk_score end |
#position ⇒ Object (readonly)
Returns the value of attribute position
25 26 27 |
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 25 def position @position end |
#quality_score ⇒ Object (readonly)
Returns the value of attribute quality_score
25 26 27 |
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 25 def quality_score @quality_score end |
#selected_anchor ⇒ Object (readonly)
Returns the value of attribute selected_anchor
25 26 27 |
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 25 def selected_anchor @selected_anchor end |