Class: Html2rss::ItemExtractors::Text::Options

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

Overview

The available options for the text extractor.

Instance Attribute Summary collapse

Instance Attribute Details

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



24
25
26
# File 'lib/html2rss/item_extractors/text.rb', line 24

def selector
  @selector
end