Class: Html2rss::Selectors::Extractors::Href::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/html2rss/selectors/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



28
29
30
# File 'lib/html2rss/selectors/extractors/href.rb', line 28

def channel
  @channel
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



28
29
30
# File 'lib/html2rss/selectors/extractors/href.rb', line 28

def selector
  @selector
end