Class: Html2rss::ItemExtractors::Attribute::Options

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

Overview

The available options for the attribute extractor.

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



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

def attribute
  @attribute
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



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

def selector
  @selector
end