Class: Html2rss::ItemExtractors::Html::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/html2rss/item_extractors/html.rb

Overview

The available options for the html extractor.

Instance Attribute Summary collapse

Instance Attribute Details

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



26
27
28
# File 'lib/html2rss/item_extractors/html.rb', line 26

def selector
  @selector
end