Class: Html2rss::AutoSource::Scraper::SemanticHtml::AnchorSelector::AnchorFacts
- Inherits:
-
Data
- Object
- Data
- Html2rss::AutoSource::Scraper::SemanticHtml::AnchorSelector::AnchorFacts
- Defined in:
- lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb
Overview
rubocop:disable Metrics/ClassLength
Instance Attribute Summary collapse
-
#anchor ⇒ Object
readonly
Returns the value of attribute anchor.
-
#content_like_destination ⇒ Object
readonly
Returns the value of attribute content_like_destination.
-
#destination ⇒ Object
readonly
Returns the value of attribute destination.
-
#heading_anchor ⇒ Object
readonly
Returns the value of attribute heading_anchor.
-
#heading_text_match ⇒ Object
readonly
Returns the value of attribute heading_text_match.
-
#meaningful_text ⇒ Object
readonly
Returns the value of attribute meaningful_text.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
-
#segments ⇒ Object
readonly
Returns the value of attribute segments.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#anchor ⇒ Object (readonly)
Returns the value of attribute anchor
15 16 17 |
# File 'lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb', line 15 def anchor @anchor end |
#content_like_destination ⇒ Object (readonly)
Returns the value of attribute content_like_destination
15 16 17 |
# File 'lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb', line 15 def content_like_destination @content_like_destination end |
#destination ⇒ Object (readonly)
Returns the value of attribute destination
15 16 17 |
# File 'lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb', line 15 def destination @destination end |
#heading_anchor ⇒ Object (readonly)
Returns the value of attribute heading_anchor
15 16 17 |
# File 'lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb', line 15 def heading_anchor @heading_anchor end |
#heading_text_match ⇒ Object (readonly)
Returns the value of attribute heading_text_match
15 16 17 |
# File 'lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb', line 15 def heading_text_match @heading_text_match end |
#meaningful_text ⇒ Object (readonly)
Returns the value of attribute meaningful_text
15 16 17 |
# File 'lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb', line 15 def meaningful_text @meaningful_text end |
#score ⇒ Object (readonly)
Returns the value of attribute score
15 16 17 |
# File 'lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb', line 15 def score @score end |
#segments ⇒ Object (readonly)
Returns the value of attribute segments
15 16 17 |
# File 'lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb', line 15 def segments @segments end |
#text ⇒ Object (readonly)
Returns the value of attribute text
15 16 17 |
# File 'lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb', line 15 def text @text end |
#url ⇒ Object (readonly)
Returns the value of attribute url
15 16 17 |
# File 'lib/html2rss/auto_source/scraper/semantic_html/anchor_selector.rb', line 15 def url @url end |