Class: Html2rss::Selectors::Extractors::Attribute::Options

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



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

def attribute
  @attribute
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



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

def selector
  @selector
end