Class: Html2rss::AutoSource::Scraper::SemanticHtml::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/html2rss/auto_source/scraper/semantic_html.rb

Overview

Container plus selected anchor chosen for extraction.

Instance Attribute Summary collapse

Instance Attribute Details

#containerObject (readonly)

Returns the value of attribute container

Returns:

  • (Object)

    the current value of container



24
25
26
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 24

def container
  @container
end

#selected_anchorObject (readonly)

Returns the value of attribute selected_anchor

Returns:

  • (Object)

    the current value of selected_anchor



24
25
26
# File 'lib/html2rss/auto_source/scraper/semantic_html.rb', line 24

def selected_anchor
  @selected_anchor
end