Class: Html2rss::ItemExtractors::Href::Options

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

Overview

The available options for the href (attribute) extractor.

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



27
28
29
# File 'lib/html2rss/item_extractors/href.rb', line 27

def channel
  @channel
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



27
28
29
# File 'lib/html2rss/item_extractors/href.rb', line 27

def selector
  @selector
end